X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=0b960e66c0276285f6431951e49ead47cf3e3d50;hb=bc0541635987ad8f35af9df6aacd5534d519ccb6;hp=b02c85da3a07b9c6044da3c572a5998d912ea99c;hpb=ee171c36f5db3f64d42b840c247ac33f056d656d;p=yaz-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index b02c85d..0b960e6 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.7 2000-04-05 07:39:54 adam Exp $ AUTOMAKE_OPTIONS = foreign @@ -15,7 +15,7 @@ yaz-config: Makefile @echo "# YAZ settings for developers" >>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