BIND 10 master, updated. 589965360a98152e8c783e4736080e06a895feb0 Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jul 26 14:46:53 UTC 2011
The branch, master has been updated
via 589965360a98152e8c783e4736080e06a895feb0 (commit)
via cb86d16418ced44b148726104c5c8f9d36a3be49 (commit)
from f279d996354eded4defa219a393efa362e157406 (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 589965360a98152e8c783e4736080e06a895feb0
Merge: cb86d16418ced44b148726104c5c8f9d36a3be49 f279d996354eded4defa219a393efa362e157406
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jul 26 16:46:35 2011 +0200
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
commit cb86d16418ced44b148726104c5c8f9d36a3be49
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jul 26 16:46:09 2011 +0200
[master] add LDADD for libdns which is needed by the tsig support
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/tests/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/tests/Makefile.am b/src/lib/acl/tests/Makefile.am
index a08c99c..6369511 100644
--- a/src/lib/acl/tests/Makefile.am
+++ b/src/lib/acl/tests/Makefile.am
@@ -31,6 +31,7 @@ run_unittests_LDADD += $(top_builddir)/src/lib/util/unittests/libutil_unittests.
run_unittests_LDADD += $(top_builddir)/src/lib/acl/libacl.la
run_unittests_LDADD += $(top_builddir)/src/lib/util/libutil.la
run_unittests_LDADD += $(top_builddir)/src/lib/cc/libcc.la
+run_unittests_LDADD += $(top_builddir)/src/lib/dns/libdns++.la
run_unittests_LDADD += $(top_builddir)/src/lib/log/liblog.la
run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
run_unittests_LDADD += $(top_builddir)/src/lib/acl/libdnsacl.la
More information about the bind10-changes
mailing list