summaryrefslogtreecommitdiff
path: root/packaging/Makefile.am
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 /packaging/Makefile.am
parent85f38ef5fa8580ecaab29c102bcb6ccf792bc504 (diff)
downloadwireshark-5b442f22791e5a2afcfeeff62d5dc409ae6248f5.tar.gz
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 'packaging/Makefile.am')
-rw-r--r--packaging/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/Makefile.am b/packaging/Makefile.am
index c4f367f9bc..5860a8b391 100644
--- a/packaging/Makefile.am
+++ b/packaging/Makefile.am
@@ -1 +1,5 @@
SUBDIRS = rpm svr4 nsis
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+