Browse Source

[master] Add missing BOOST_INCLUDE to compiler flags

Stephen Morris 14 years ago
parent
commit
f7a8e38c73
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/acl/tests/Makefile.am

+ 1 - 0
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