BIND 10 trac2198_5, updated. 36e6a75b004f79c320c8d6cc128c9f40dcd1099e [2198] Link libb10-threads in log tests
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 13 13:43:18 UTC 2013
The branch, trac2198_5 has been updated
via 36e6a75b004f79c320c8d6cc128c9f40dcd1099e (commit)
from e642b05a1f39d86f19bcca83ab1da8bbb8acad80 (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 36e6a75b004f79c320c8d6cc128c9f40dcd1099e
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Mar 13 19:13:06 2013 +0530
[2198] Link libb10-threads in log tests
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/tests/Makefile.am | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/lib/log/tests/Makefile.am b/src/lib/log/tests/Makefile.am
index a47c9a2..502fe3b 100644
--- a/src/lib/log/tests/Makefile.am
+++ b/src/lib/log/tests/Makefile.am
@@ -71,6 +71,7 @@ AM_CPPFLAGS += $(GTEST_INCLUDES) $(LOG4CPLUS_INCLUDES)
AM_LDFLAGS += $(GTEST_LDFLAGS)
AM_LDADD += $(top_builddir)/src/lib/util/libb10-util.la
+AM_LDADD += $(top_builddir)/src/lib/util/threads/libb10-threads.la
AM_LDADD += $(top_builddir)/src/lib/log/libb10-log.la
AM_LDADD += $(top_builddir)/src/lib/util/unittests/libutil_unittests.la
AM_LDADD += $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
More information about the bind10-changes
mailing list