summaryrefslogtreecommitdiffabout
path: root/kingate-fcgi.pc.in
Side-by-side diff
Diffstat (limited to 'kingate-fcgi.pc.in') (more/less context) (ignore whitespace changes)
-rw-r--r--kingate-fcgi.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/kingate-fcgi.pc.in b/kingate-fcgi.pc.in
new file mode 100644
index 0000000..03e0155
--- a/dev/null
+++ b/kingate-fcgi.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: kingate-fcgi
+Description: FastCGI implementation of kingate interface
+Version: @VERSION@
+Requires: kingate = @VERSION@
+Libs: -L${libdir} -lkingate-fcgi
+Cflags: -I${includedir}