BIND 10 master, updated. f7a8e38c733ab5695bda72b7b69a803c8d98c80b [master] Add missing BOOST_INCLUDE to compiler flags
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 15 16:00:26 UTC 2011
The branch, master has been updated
via f7a8e38c733ab5695bda72b7b69a803c8d98c80b (commit)
from 62318bb5e15a45164d9cba4a03c9e5583e0b6aa3 (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 f7a8e38c733ab5695bda72b7b69a803c8d98c80b
Author: Stephen Morris <stephen at isc.org>
Date: Wed Jun 15 16:59:55 2011 +0100
[master] Add missing BOOST_INCLUDE to compiler flags
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/tests/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/tests/Makefile.am b/src/lib/acl/tests/Makefile.am
index 5c0cdfc..a6e90f7 100644
--- a/src/lib/acl/tests/Makefile.am
+++ b/src/lib/acl/tests/Makefile.am
@@ -1,4 +1,5 @@
AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
+AM_CPPFLAGS += $(BOOST_INCLUDES)
TESTS =
if HAVE_GTEST
More information about the bind10-changes
mailing list