BIND 10 trac2774, updated. 22199465701a1041fd97669d7b9cd5eca0e47f13 [2774] Added Debian packaging file for libdhcp++

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 13 16:46:13 UTC 2013


The branch, trac2774 has been updated
       via  22199465701a1041fd97669d7b9cd5eca0e47f13 (commit)
      from  2f808b5a9d101109016361c6143b1add3887d1b6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 22199465701a1041fd97669d7b9cd5eca0e47f13
Author: Stephen Morris <stephen at isc.org>
Date:   Mon May 13 17:45:49 2013 +0100

    [2774] Added Debian packaging file for libdhcp++

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    1 +
 dhcp++.pc.in |   11 +++++++++++
 2 files changed, 12 insertions(+)
 create mode 100644 dhcp++.pc.in

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 1b5e39b..c076f09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1327,6 +1327,7 @@ AC_CONFIG_FILES([Makefile
                  tests/tools/perfdhcp/tests/testdata/Makefile
                  m4macros/Makefile
                  dns++.pc
+                 dhcp++.pc
                ])
 AC_OUTPUT([doc/version.ent
            src/bin/cfgmgr/b10-cfgmgr.py
diff --git a/dhcp++.pc.in b/dhcp++.pc.in
new file mode 100644
index 0000000..6386630
--- /dev/null
+++ b/dhcp++.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: dhcp++
+Description: BIND 10 DHCP library
+Version: @PACKAGE_VERSION@
+Requires: dns++
+Cflags: -I${includedir}/@PACKAGE_NAME@
+Libs: -L${libdir} -lb10-dhcp++ -lb10-dns++ -lb10-cryptolink -lb10-asiolink -lb10-util -lb10-exceptions -lm



More information about the bind10-changes mailing list