X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/d6030852c6de027c7142c04d92353a13ad1b7cbc..096c89c34505cadba1fc6e7a5367273d5c5bea47:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 44fba7a..055a217 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,7 +90,6 @@ fwd_SOURCES += file.c ## Executables. fwd_SOURCES += exec.c -fwd_SOURCES += rlimits.h ## Documentation. fwd_SOURCES += mantext.c @@ -120,6 +119,7 @@ dist-hook: ## Main Debian files. EXTRA_DIST += debian/rules EXTRA_DIST += debian/changelog +EXTRA_DIST += debian/compat EXTRA_DIST += debian/control EXTRA_DIST += debian/copyright @@ -127,8 +127,4 @@ EXTRA_DIST += debian/copyright EXTRA_DIST += debian/fwd.init EXTRA_DIST += debian/fwd.postinst -## Compatbility cruft. -EXTRA_DIST += debian/fw.sh -EXTRA_DIST += debian/fw.README.Debian - ###----- That's all, folks --------------------------------------------------