Improve check for iconv
[idzebra-moved-to-github.git] / Makefile.am
index 2232779..e23d086 100644 (file)
@@ -1,14 +1,10 @@
-## $Id: Makefile.am,v 1.2 2000-04-06 09:03:27 adam Exp $
+## $Id: Makefile.am,v 1.6 2002-09-11 20:27:52 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
@@ -23,6 +19,13 @@ dist-hook:
                        cp $$i $(distdir)/win; \
                fi; \
        done
+       mkdir $(distdir)/debian
+       cp $(srcdir)/debian/control $(distdir)/debian
+       cp $(srcdir)/debian/changelog $(distdir)/debian
+       cp $(srcdir)/debian/rules $(distdir)/debian
+       cp $(srcdir)/debian/postinst $(distdir)/debian
+       cp $(srcdir)/debian/copyright $(distdir)/debian
+
 
 rpm: $(PACKAGE)-$(VERSION).tar.gz
        cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES