X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=15c73233904a9d77fa5eb9627a1d362c7c53dac4;hb=5411affe4d00fc2d7bb4e8c907c53d4c085a44ce;hp=0b960e66c0276285f6431951e49ead47cf3e3d50;hpb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;p=yaz-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 0b960e6..15c7323 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.7 2000-04-05 07:39:54 adam Exp $ +## $Id: Makefile.am,v 1.8 2000-06-19 09:49:35 adam Exp $ AUTOMAKE_OPTIONS = foreign @@ -11,8 +11,10 @@ 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/.libs -lyaz @LIBS@\"" >>yaz-config