X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..3e248c3b5b309bc03eb5f70762d3f5671d51f996:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 4cacfbe..adecc61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ ### MA 02111-1307, USA. include $(top_srcdir)/vars.am +ACLOCAL_AMFLAGS = -Im4 SUBDIRS = @@ -103,11 +104,19 @@ EXTRA_DIST += debian/rules EXTRA_DIST += debian/control EXTRA_DIST += debian/changelog EXTRA_DIST += debian/copyright +EXTRA_DIST += debian/compat + +## catacomb2 +EXTRA_DIST += debian/catacomb2.install ## catacomb-bin +EXTRA_DIST += debian/catacomb-bin.install EXTRA_DIST += debian/catacomb-bin.prerm EXTRA_DIST += debian/catacomb-bin.postinst EXTRA_DIST += debian/catacomb-bin.config EXTRA_DIST += debian/catacomb-bin.templates +## catacomb-dev +EXTRA_DIST += debian/catacomb-dev.install + ###----- That's all, folks --------------------------------------------------