diff --git a/0BUILD b/0BUILD
index 17a8e9e..226d23f 100644
--- a/0BUILD
+++ b/0BUILD
@@ -41,11 +41,12 @@
/usr/local
$(option_prefix)
+ $(option_prefix)/bin
$(option_prefix)/etc
$(option_prefix)/bin
- $(option_prefix)/lib/cgi-bin
$(option_prefix)/lib
$(option_prefix)/include
+ $(option_prefix)/share
$(option_prefix)/share
$(option_prefix)/share/locale
@@ -96,7 +97,6 @@
- $(pkglibdir)/plugins/$(project_so_effective)
@@ -177,6 +177,12 @@
+
+ -L$${libdir}
+ -laqcgi
+ -I$${includedir}/aqcgi6
+
+
@@ -253,6 +259,7 @@
src
+
diff --git a/aqcgi.pc.in b/aqcgi.pc.in
new file mode 100644
index 0000000..fdb5d1c
--- /dev/null
+++ b/aqcgi.pc.in
@@ -0,0 +1,22 @@
+# pkg-config configuration for AqCGI
+# For information about the syntax, see pkg-config(1)
+
+# General installation directories
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+pkgincludedir=@includedir@/aqcgi
+datarootdir=@datarootdir@
+datadir=@datadir@
+bindir=@bindir@
+
+# Human-readable name
+Name: AqCgi
+# Human-readable description
+Description: A library for CGI request handling
+
+Version: @VERSION@
+Libs: @aqcgi_ldflags@ @aqcgi_libs@
+Cflags: @aqcgi_includes@ @gwenhywfar_cflags@
+