aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-10 08:04:27 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-10 08:04:27 +0000
commit5b442f22791e5a2afcfeeff62d5dc409ae6248f5 (patch)
tree1afde7e0fe277ae06782ac3953569f6f16b2b4fc /wiretap
parent85f38ef5fa8580ecaab29c102bcb6ccf792bc504 (diff)
After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 10be15d31d..558f80d772 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -33,7 +33,12 @@ CLEANFILES = \
libwiretap.la \
*~
-MAINTAINERCLEANFILES = $(GENERATED_FILES)
+MAINTAINERCLEANFILES = \
+ $(GENERATED_FILES) \
+ Makefile.in \
+ aclocal.m4 \
+ config.h.in \
+ configure
libwiretap_la_SOURCES = \
$(NONGENERATED_C_FILES) \