BIND 10 master, updated. 59e01319e369a7c8e4f9a326d603dee7e3924c6b [master] add libcc and libexceptions to acl/tests/Makefile LDADD
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 21 08:07:43 UTC 2011
The branch, master has been updated
via 59e01319e369a7c8e4f9a326d603dee7e3924c6b (commit)
from ad5a633a9e77e561675aca5263853db8161e82fa (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 59e01319e369a7c8e4f9a326d603dee7e3924c6b
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Jun 21 10:06:27 2011 +0200
[master] add libcc and libexceptions to acl/tests/Makefile LDADD
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/tests/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/tests/Makefile.am b/src/lib/acl/tests/Makefile.am
index ecdbfd3..6ceb2fa 100644
--- a/src/lib/acl/tests/Makefile.am
+++ b/src/lib/acl/tests/Makefile.am
@@ -13,6 +13,8 @@ run_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS)
run_unittests_LDADD = $(GTEST_LDADD)
run_unittests_LDADD += $(top_builddir)/src/lib/util/unittests/libutil_unittests.la
run_unittests_LDADD += $(top_builddir)/src/lib/acl/libacl.la
+run_unittests_LDADD += $(top_builddir)/src/lib/cc/libcc.la
+run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
endif
noinst_PROGRAMS = $(TESTS)
More information about the bind10-changes
mailing list