X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=idzebra-config-2.0.in;h=29c754e67485342b1a5aee8e59c0e1f85d2bb9c9;hp=8831eb520e439f2c15fe4eb038214a7517ffbabe;hb=5ffac76f04c812b586d0fb5619cb281135a7fe4c;hpb=3fc87bc9adc573a29b4261a6c96c5350d8680a5a 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}"