Include Boost CFLAGS for metaproxy-config
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Sep 2010 11:41:41 +0000 (13:41 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Sep 2010 11:41:41 +0000 (13:41 +0200)
metaproxy-config.in

index 9a4bb8c..0a6bcc3 100644 (file)
@@ -68,7 +68,7 @@ while test $# -gt 0; do
   shift
 done
 
-INC="@YAZPPINC@"
+INC="@YAZPPINC@ @BOOST_CPPFLAGS@"
 
 if test "$echo_source" = "yes"; then
     LIB="-L${build_root}/src/.libs -lmetaproxy $libs"