X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=15c73233904a9d77fa5eb9627a1d362c7c53dac4;hb=9d746417d51ee7eedd3cedf78b734d498cc49521;hp=b02c85da3a07b9c6044da3c572a5998d912ea99c;hpb=ee171c36f5db3f64d42b840c247ac33f056d656d;p=yaz-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index b02c85d..15c7323 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.6 2000-03-15 12:59:49 adam Exp $ +## $Id: Makefile.am,v 1.8 2000-06-19 09:49:35 adam Exp $ AUTOMAKE_OPTIONS = foreign @@ -11,11 +11,13 @@ SPEC_FILE=$(PACKAGE).spec EXTRA_DIST=$(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt yaz-config: Makefile + @rm -f yaz-config @echo "#!/bin/sh" >yaz-config - @echo "# YAZ settings for developers" >>yaz-config + @echo "# yaz-config for source tree" >>yaz-config + @echo "YAZVERSION=@VERSION@" >>yaz-config @echo "YAZBIN=\"`pwd`/bin\"" >>yaz-config @echo "YAZTAB=\"`pwd`/tab\"" >>yaz-config - @echo "YAZLIB=\"-L`pwd`/lib -lyaz @LIBS@\"" >>yaz-config + @echo "YAZLIB=\"-L`pwd`/lib/.libs -lyaz @LIBS@\"" >>yaz-config @echo "YAZINC=\"-I`pwd`/include\"" >>yaz-config chmod +x yaz-config