BIND 10 master, updated. 0607a3acafcb7561b95577a56474d83b9c2da2c8 [master] Compilation fix for dhcp_ddns on Ubuntu

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Aug 27 14:03:50 UTC 2013


The branch, master has been updated
       via  0607a3acafcb7561b95577a56474d83b9c2da2c8 (commit)
      from  343252ae26f8e68890143fda004008e304dee087 (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 0607a3acafcb7561b95577a56474d83b9c2da2c8
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Tue Aug 27 16:03:03 2013 +0200

    [master] Compilation fix for dhcp_ddns on Ubuntu

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

Summary of changes:
 src/lib/dhcp_ddns/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp_ddns/Makefile.am b/src/lib/dhcp_ddns/Makefile.am
index 9dcd038..c0d8a7d 100644
--- a/src/lib/dhcp_ddns/Makefile.am
+++ b/src/lib/dhcp_ddns/Makefile.am
@@ -45,6 +45,7 @@ libb10_dhcp_ddns_la_LIBADD += $(top_builddir)/src/lib/log/libb10-log.la
 libb10_dhcp_ddns_la_LIBADD += $(top_builddir)/src/lib/util/libb10-util.la
 libb10_dhcp_ddns_la_LIBADD += $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
 libb10_dhcp_ddns_la_LIBADD += $(top_builddir)/src/lib/config/libb10-cfgclient.la
+libb10_dhcp_ddns_la_LIBADD += $(top_builddir)/src/lib/cc/libb10-cc.la
 libb10_dhcp_ddns_la_LIBADD += ${BOTAN_LIBS} ${BOTAN_RPATH}
 
 if USE_CLANGPP



More information about the bind10-changes mailing list