BIND 10 rrl, updated. e0cc3a2ab227181f92a223e36b656fd5addb4fff [rrl] add libb10-threads to LDADD for lock_test so it's built without gtest

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 8 17:22:03 UTC 2013


The branch, rrl has been updated
       via  e0cc3a2ab227181f92a223e36b656fd5addb4fff (commit)
      from  d23f85ba4cd04deb90f8a48d81a90157f76f9a74 (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 e0cc3a2ab227181f92a223e36b656fd5addb4fff
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed May 8 10:21:02 2013 -0700

    [rrl] add libb10-threads to LDADD for lock_test so it's built without gtest
    
    (not specific for this branch)

-----------------------------------------------------------------------

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 3b10cf6..37c7005 100644
--- a/src/lib/log/tests/Makefile.am
+++ b/src/lib/log/tests/Makefile.am
@@ -53,6 +53,7 @@ logger_lock_test_CPPFLAGS = $(AM_CPPFLAGS)
 logger_lock_test_LDFLAGS = $(AM_LDFLAGS)
 logger_lock_test_LDADD  = $(top_builddir)/src/lib/log/libb10-log.la
 logger_lock_test_LDADD += $(top_builddir)/src/lib/util/libb10-util.la
+logger_lock_test_LDADD += $(top_builddir)/src/lib/util/threads/libb10-threads.la
 logger_lock_test_LDADD += $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
 logger_lock_test_LDADD += $(AM_LDADD) $(LOG4CPLUS_LIBS)
 



More information about the bind10-changes mailing list