aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-06-12 15:41:49 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-06-12 15:41:49 +0000
commit31f1fe88e583d0bd61a79c771f261390f863f3eb (patch)
tree661daa94027c264b5b2e641b8543a1cc313538d0 /Makefile.am
parentd1d33e4b880084e9654eb5041f1168ea629c80a1 (diff)
downloadmailfromd-31f1fe88e583d0bd61a79c771f261390f863f3eb.tar.gz
mailfromd-31f1fe88e583d0bd61a79c771f261390f863f3eb.tar.bz2
(distuninstallcheck_listfiles): New variable. The
install-data-local rule in etc/Makefile.am breaks distuninstall checks, hence the need to fix it. git-svn-id: file:///svnroot/mailfromd/trunk@108 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bd793893..9f43e68d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,4 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA
-SUBDIRS = src etc doc \ No newline at end of file
+SUBDIRS = src etc doc
+
+distuninstallcheck_listfiles = find . -type f -not -name 'mailfromd.rc' -print \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.