BIND 10 trac3065, updated. cffabd52cf16cb75e896abb29ee194e6e90223b9 [3065] Added missing library to dhcp_ddns_unittests
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 26 13:59:30 UTC 2013
The branch, trac3065 has been updated
via cffabd52cf16cb75e896abb29ee194e6e90223b9 (commit)
from 3eb5c11e8b91bd09f8d7111cbeb8df74deb2ea20 (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 cffabd52cf16cb75e896abb29ee194e6e90223b9
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Fri Jul 26 15:20:35 2013 +0200
[3065] Added missing library to dhcp_ddns_unittests
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp_ddns/tests/Makefile.am | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp_ddns/tests/Makefile.am b/src/lib/dhcp_ddns/tests/Makefile.am
index 63bc3ba..4aa9d5c 100644
--- a/src/lib/dhcp_ddns/tests/Makefile.am
+++ b/src/lib/dhcp_ddns/tests/Makefile.am
@@ -52,6 +52,7 @@ libdhcp_ddns_unittests_LDADD += $(top_builddir)/src/lib/util/libb10-util.la
libdhcp_ddns_unittests_LDADD += $(top_builddir)/src/lib/asiolink/libb10-asiolink.la
libdhcp_ddns_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
libdhcp_ddns_unittests_LDADD += $(top_builddir)/src/lib/config/libb10-cfgclient.la
+libdhcp_ddns_unittests_LDADD += $(top_builddir)/src/lib/cc/libb10-cc.la
libdhcp_ddns_unittests_LDADD += $(GTEST_LDADD)
endif
More information about the bind10-changes
mailing list