BIND 10 trac3007, updated. 20b0efb43cff8020da949df03ce13d58ee6e4eac [3007] util lib missing from D2 Makefiles.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 27 11:46:03 UTC 2013
The branch, trac3007 has been updated
via 20b0efb43cff8020da949df03ce13d58ee6e4eac (commit)
from 5b0a2957d3a806ce84ad86dd7789edf3ef495d92 (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 20b0efb43cff8020da949df03ce13d58ee6e4eac
Author: Thomas Markwalder <tmark at debian-tkm-01.tmark>
Date: Thu Jun 27 07:43:58 2013 -0400
[3007] util lib missing from D2 Makefiles.
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/Makefile.am | 1 +
src/bin/d2/tests/Makefile.am | 1 +
2 files changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/Makefile.am b/src/bin/d2/Makefile.am
index f139831..a8e55ba 100644
--- a/src/bin/d2/Makefile.am
+++ b/src/bin/d2/Makefile.am
@@ -62,6 +62,7 @@ b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/cc/libb10-cc.la
b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/asiolink/libb10-asiolink.la
b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/config/libb10-cfgclient.la
+b10_dhcp_ddns_LDADD += $(top_builddir)/src/lib/util/libb10-util.la
b10_dhcp_ddnsdir = $(pkgdatadir)
b10_dhcp_ddns_DATA = dhcp-ddns.spec
diff --git a/src/bin/d2/tests/Makefile.am b/src/bin/d2/tests/Makefile.am
index 6d22254..b1cdde2 100644
--- a/src/bin/d2/tests/Makefile.am
+++ b/src/bin/d2/tests/Makefile.am
@@ -73,6 +73,7 @@ d2_unittests_LDADD += $(top_builddir)/src/lib/log/libb10-log.la
d2_unittests_LDADD += $(top_builddir)/src/lib/asiolink/libb10-asiolink.la
d2_unittests_LDADD += $(top_builddir)/src/lib/cc/libb10-cc.la
d2_unittests_LDADD += $(top_builddir)/src/lib/config/libb10-cfgclient.la
+d2_unittests_LDADD += $(top_builddir)/src/lib/util/libb10-util.la
endif
noinst_PROGRAMS = $(TESTS)
More information about the bind10-changes
mailing list