summaryrefslogtreecommitdiffstats
path: root/dns++.pc.in
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@isc.org>2012-05-04 11:45:51 +0200
committerMukund Sivaraman <muks@isc.org>2012-05-07 07:09:06 +0200
commitfcf2f08db9ebc2198236bfa25cf73286821cba6b (patch)
tree396a248f454da420382cc9e4df067bd67e13947f /dns++.pc.in
parent[1892] Add scaffolding check around resource.h (diff)
downloadkea-fcf2f08db9ebc2198236bfa25cf73286821cba6b.tar.xz
kea-fcf2f08db9ebc2198236bfa25cf73286821cba6b.zip
[1930] Install headers into bind10-specific directory
Diffstat (limited to 'dns++.pc.in')
-rw-r--r--dns++.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/dns++.pc.in b/dns++.pc.in
new file mode 100644
index 0000000000..d2a7e06777
--- /dev/null
+++ b/dns++.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: dns++
+Description: BIND 10 DNS library
+Version: @PACKAGE_VERSION@
+Requires: botan-1.8
+Cflags: -I${includedir}/@PACKAGE_NAME@
+Libs: -L${libdir} -ldns++ -lcryptolink -lutil -lexceptions -lm