X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=1554d6328aa9eca0cc5295dc682e72bd15da15bf;hb=e5ebc859654d84aa9098142b34015648d8e333de;hp=e75cf9b5e8930d4fa2d020b066abf3cd276bc84a;hpb=69da23537c6bb71ab948e079708bf8ea090de73f;p=idzebra-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index e75cf9b..1554d63 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61,22 +61,22 @@ CC = @CC@ CPP = @CPP@ DEFS = @DEFS@ MAKEINFO = @MAKEINFO@ -ODEFS = @ODEFS@ PACKAGE = @PACKAGE@ PROGPREFIX = @PROGPREFIX@ RANLIB = @RANLIB@ -SUBLIBS = @SUBLIBS@ TCL_INCLUDE = @TCL_INCLUDE@ TCL_LIB = @TCL_LIB@ VERSION = @VERSION@ YAZINC = @YAZINC@ +YAZLALIB = @YAZLALIB@ YAZLIB = @YAZLIB@ +YAZVERSION = @YAZVERSION@ yazconfig = @yazconfig@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = README CHANGELOG -@ISZMBOL_TRUE@SUBDIRS = util bfile dfa dict isams isamc isam rset recctrl tab index test +@ISZMBOL_TRUE@SUBDIRS = util bfile dfa dict isams isamb isamc isam rset recctrl tab index test @ISZMBOL_FALSE@SUBDIRS = util bfile dfa dict isams rset recctrl tab index test DIST_SUBDIRS = $(SUBDIRS) include doc @@ -336,6 +336,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean dist-hook: cd doc; make cp $(srcdir)/LICENSE* $(distdir) + cp $(srcdir)/*.spec $(distdir) mkdir $(distdir)/win for i in $(srcdir)/win/*; do \ if test -f $$i; then \