BIND 10 trac1954, updated. 38d2dadf3b24367b9d967d23fe700899ddd752f4 [1954] Fixing makefile to include path to boost libs

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 21 13:08:33 UTC 2012


The branch, trac1954 has been updated
       via  38d2dadf3b24367b9d967d23fe700899ddd752f4 (commit)
      from  7e245132c9d7e2e49a23ebf738ca5d9d229dda30 (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 38d2dadf3b24367b9d967d23fe700899ddd752f4
Author: Marcin Siodelski <marcin at isc.org>
Date:   Mon May 21 15:08:14 2012 +0200

    [1954] Fixing makefile to include path to boost libs

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

Summary of changes:
 tests/tools/perfdhcp/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/Makefile.am b/tests/tools/perfdhcp/Makefile.am
index 78bc1a2..3f3ec29 100644
--- a/tests/tools/perfdhcp/Makefile.am
+++ b/tests/tools/perfdhcp/Makefile.am
@@ -2,6 +2,7 @@ SUBDIRS = . tests
 
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CPPFLAGS += -I$(top_srcdir)/src/lib/log -I$(top_builddir)/src/lib/log
+AM_CPPFLAGS += $(BOOST_INCLUDES)
 
 AM_CXXFLAGS = $(B10_CXXFLAGS)
 



More information about the bind10-changes mailing list