X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=lib%2FMakefile.am;h=a2eb3cd7aa5feab0c1c769429743fc0aad57e509;hp=b6532614a6416176814903ebb58814208c22231c;hb=70f0ff9bf920e65b47211fd88f409e2b1a2b8e43;hpb=c3f57c8345a7f18e072352e65e20b895a0011787 diff --git a/lib/Makefile.am b/lib/Makefile.am index b653261..a2eb3cd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,9 +1,11 @@ -## $Id: Makefile.am,v 1.5 2000-05-02 19:32:16 adam Exp $ +## $Id: Makefile.am,v 1.6 2000-06-19 09:49:35 adam Exp $ lib_LTLIBRARIES = libyaz.la bin_SCRIPTS = yaz-config +EXTRA_DIST = yaz-config.in + # If the line below is omitted the LINK variable is # not set in Makefile.in and it will NOT work .. EXTRA_libyaz_la_SOURCES=x.c @@ -17,17 +19,3 @@ libyaz_la_LIBADD=../odr/libodr.la ../$(ASNMODULE)/libasn.la \ ../comstack/libcomstack.la ../server/libserver.la \ ../zutil/libzutil.la ../util/libutil.la ../ccl/libccl.la \ ../retrieval/libret.la $(ILLLIB) - -# Public libraries and header files -LIBDIR=$(exec_prefix)/lib -INCDIR=$(prefix)/include - -yaz-config: Makefile - @echo "#!/bin/sh" >yaz-config - @echo "# YAZ settings for developers" >>yaz-config - @echo "YAZBIN='$(bindir)'" >>yaz-config - @echo "YAZTAB='$(pkgdatadir)/tab'" >>yaz-config - @echo "YAZLIB='-L$(libdir) -lyaz $(LIBS)'" >>yaz-config - @echo "YAZINC='-I$(includedir)'" >>yaz-config - chmod +x yaz-config -