BIND 10 trac954, updated. ddcbd508353cff40985a2e40334a82d91bf95341 [trac954] small libdep addition to src/lib/cryptolink/tests/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 1 08:52:21 UTC 2011
The branch, trac954 has been updated
via ddcbd508353cff40985a2e40334a82d91bf95341 (commit)
from 505839e902948071f5e7876d274db4345b28b49d (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 ddcbd508353cff40985a2e40334a82d91bf95341
Author: Jelte Jansen <jelte at isc.org>
Date: Wed Jun 1 10:51:54 2011 +0200
[trac954] small libdep addition to src/lib/cryptolink/tests/Makefile.am
-----------------------------------------------------------------------
Summary of changes:
src/lib/cryptolink/tests/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cryptolink/tests/Makefile.am b/src/lib/cryptolink/tests/Makefile.am
index c2c2a5c..fbdd13f 100644
--- a/src/lib/cryptolink/tests/Makefile.am
+++ b/src/lib/cryptolink/tests/Makefile.am
@@ -18,6 +18,7 @@ run_unittests_SOURCES += crypto_unittests.cc
run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
run_unittests_LDFLAGS = ${BOTAN_LDFLAGS} $(AM_LDFLAGS) $(GTEST_LDFLAGS)
run_unittests_LDADD = $(GTEST_LDADD)
+run_unittests_LDADD += $(top_builddir)/src/lib/util/libutil.la
run_unittests_LDADD += $(top_builddir)/src/lib/cryptolink/libcryptolink.la
run_unittests_LDADD += $(top_builddir)/src/lib/util/unittests/libutil_unittests.la
run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
More information about the bind10-changes
mailing list