X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=idzebra-config-2.0.in;h=29c754e67485342b1a5aee8e59c0e1f85d2bb9c9;hb=b2200ef6f97a9b967723643d27a4ffb388883f6d;hp=8831eb520e439f2c15fe4eb038214a7517ffbabe;hpb=f244ffa34c34fa73f55e0981a59ec298b36935bf;p=idzebra-moved-to-github.git diff --git a/idzebra-config-2.0.in b/idzebra-config-2.0.in index 8831eb5..29c754e 100755 --- a/idzebra-config-2.0.in +++ b/idzebra-config-2.0.in @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: idzebra-config-2.0.in,v 1.1 2006-08-14 12:18:46 adam Exp $ +# $Id: idzebra-config-2.0.in,v 1.2 2006-10-10 14:45:42 adam Exp $ version=@VERSION@ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -85,7 +85,7 @@ while test $# -gt 0; do shift done -IDZEBRAINC="@YAZINC@" +IDZEBRAINC="@ZEBRA_CFLAGS@ @YAZINC@" if test "$echo_source" = "yes"; then IDZEBRALIB="-L${idzebra_build_root}/index/.libs -lidzebra${package_suffix}"