projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd6954f
)
Include Boost CFLAGS for metaproxy-config
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 15 Sep 2010 11:41:41 +0000
(13:41 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 15 Sep 2010 11:41:41 +0000
(13:41 +0200)
metaproxy-config.in
patch
|
blob
|
history
diff --git
a/metaproxy-config.in
b/metaproxy-config.in
index
9a4bb8c
..
0a6bcc3
100644
(file)
--- a/
metaproxy-config.in
+++ b/
metaproxy-config.in
@@
-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"