X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=91835e9be6cff4858dedac843fd10b68b1184855;hb=cc9f94a61cbd9dcc0df0cf7d0c7c41d2cec88189;hp=0d41f006647ae41f39e7c434848ebe37bedc5981;hpb=69da23537c6bb71ab948e079708bf8ea090de73f;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 0d41f00..91835e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,10 @@ -## $Id: Makefile.am,v 1.1 2000-04-05 09:49:35 adam Exp $ +## $Id: Makefile.am,v 1.4 2002-04-05 08:46:26 adam Exp $ AUTOMAKE_OPTIONS=foreign EXTRA_DIST= README CHANGELOG -if ISZMBOL -SUBDIRS=util bfile dfa dict isams isamc isam rset recctrl tab index test -else -SUBDIRS=util bfile dfa dict isams rset recctrl tab index test -endif +SUBDIRS=util bfile dfa dict isams isamb isamc isam rset recctrl tab index test DIST_SUBDIRS=$(SUBDIRS) include doc SPEC_FILE=$(PACKAGE).spec @@ -16,6 +12,7 @@ SPEC_FILE=$(PACKAGE).spec 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 \