From: Marc Cromme Date: Tue, 12 Dec 2006 14:39:02 +0000 (+0000) Subject: added yaz includes to make compile of dependend packages such as metaproxy successful... X-Git-Tag: YAZPP.1.0.2~5 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=a5da4db2656f68ab009555adb8bd3b410f4ac3c0;ds=sidebyside added yaz includes to make compile of dependend packages such as metaproxy successful when using yazpp ad debian installes package --- diff --git a/yazpp-config.in b/yazpp-config.in index 4f362e3..fd52071 100644 --- 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