From 01278152bc283a4ae3da5a3a5cedccc9c72e34ed Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 2 Aug 2005 01:53:43 +0000 Subject: Clean up fetchmailconf. svn path=/trunk/; revision=4225 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 40100f87..2e38ef2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS= @CPFLAGS@ AM_LDFLAGS= @LDEFLAGS@ ACLOCAL_AMFLAGS= -I m4 -I m4-local AM_YFLAGS= -d -BUILT_SOURCES= rcfile_y.h fetchmailconf +BUILT_SOURCES= rcfile_y.h bin_PROGRAMS= fetchmail nodist_bin_SCRIPTS= fetchmailconf @@ -16,6 +16,8 @@ python_PYTHON= fetchmailconf.py dist_noinst_SCRIPTS= specgen.sh dist_man1_MANS= fetchmail.man fetchmailconf.man +CLEANFILES= $(nodist_bin_SCRIPTS) + # for gettext (used by fetchmail.c, NOT by GNU gettext) localedir= $(datadir)/locale DEFS= @DEFS@ -DLOCALEDIR=\"$(localedir)\" -- cgit v1.2.3