BIND 10 trac998, updated. f92d30bb55decf9ed4d7cdf10231dfe2913ca11a [trac998] add some commonly used settings

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jun 23 18:11:20 UTC 2011


The branch, trac998 has been updated
       via  f92d30bb55decf9ed4d7cdf10231dfe2913ca11a (commit)
      from  461a9d0a1e896e0a1b676c6873f74404d5ab95c1 (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 f92d30bb55decf9ed4d7cdf10231dfe2913ca11a
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Jun 23 11:10:43 2011 -0700

    [trac998] add some commonly used settings

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

Summary of changes:
 src/lib/acl/tests/Makefile.am |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/acl/tests/Makefile.am b/src/lib/acl/tests/Makefile.am
index 91cebdd..0952423 100644
--- a/src/lib/acl/tests/Makefile.am
+++ b/src/lib/acl/tests/Makefile.am
@@ -1,4 +1,11 @@
 AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
+AM_CXXFLAGS = $(B10_CXXFLAGS)
+
+if USE_STATIC_LINK
+AM_LDFLAGS = -static
+endif
+
+CLEANFILES = *.gcno *.gcda
 
 TESTS =
 if HAVE_GTEST




More information about the bind10-changes mailing list