projects
/
yazpp-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:
c0653cf
)
added yaz includes to make compile of dependend packages such as metaproxy successful...
author
Marc Cromme
<marc@indexdata.dk>
Tue, 12 Dec 2006 14:39:02 +0000
(14:39 +0000)
committer
Marc Cromme
<marc@indexdata.dk>
Tue, 12 Dec 2006 14:39:02 +0000
(14:39 +0000)
yazpp-config.in
patch
|
blob
|
history
diff --git
a/yazpp-config.in
b/yazpp-config.in
index
4f362e3
..
fd52071
100644
(file)
--- a/
yazpp-config.in
+++ b/
yazpp-config.in
@@
-1,5
+1,5
@@
#!/bin/sh
-# $Id: yazpp-config.in,v 1.1 2006-03-29 13:14:13 adam Exp $
+# $Id: yazpp-config.in,v 1.2 2006-12-12 14:39:02 marc Exp $
yazppprefix=@prefix@
yaz_echo_cflags=no
yaz_echo_libs=no
@@
-86,7
+86,7
@@
else
fi
YAZPPLALIB=$YAZPPLIB
if test "$yazppprefix" = "/usr"; then
- YAZPPINC=
+ YAZPPINC="@YAZINC@"
else
YAZPPINC="@YAZINC@ -I${yazppprefix}/include"
fi