BIND 10 trac1593-sun, updated. 6ab057e9726a30b87909a09026c797e99cd935d7 [1593-sun] Add missing include of $(BOOST_INCLUDE) to the tests

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 20 18:03:49 UTC 2012


The branch, trac1593-sun has been updated
       via  6ab057e9726a30b87909a09026c797e99cd935d7 (commit)
      from  0e8c2c9e572204db1b0586d6da94891168fd3a48 (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 6ab057e9726a30b87909a09026c797e99cd935d7
Author: Stephen Morris <stephen at isc.org>
Date:   Mon Feb 20 18:03:29 2012 +0000

    [1593-sun] Add missing include of $(BOOST_INCLUDE) to the tests

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

Summary of changes:
 src/bin/sockcreator/tests/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/sockcreator/tests/Makefile.am b/src/bin/sockcreator/tests/Makefile.am
index 223e761..ef518b5 100644
--- a/src/bin/sockcreator/tests/Makefile.am
+++ b/src/bin/sockcreator/tests/Makefile.am
@@ -1,7 +1,8 @@
 CLEANFILES = *.gcno *.gcda
 
-AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
-AM_CXXFLAGS = $(B10_CXXFLAGS)
+AM_CPPFLAGS  = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
+AM_CPPFLAGS += $(BOOST_INCLUDES)
+AM_CXXFLAGS  = $(B10_CXXFLAGS)
 
 if USE_STATIC_LINK
 AM_LDFLAGS = -static



More information about the bind10-changes mailing list