aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-27 08:38:37 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-27 08:38:37 +0000
commitf06854f4b0a1804736a7f19f070095e8f29af1cb (patch)
tree657dc09bac3615ffe9bb2be9f6f66ff237814268
parentb4a59e983ee79fa4878e0cdcd322fcd7f40924e4 (diff)
Remove compile and ylwrap when 'make maintainer-clean'.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37797 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a99ad2d3db..7760a32789 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -548,12 +548,14 @@ MAINTAINERCLEANFILES = \
$(GENERATED_FILES) \
Makefile.in \
aclocal.m4 \
+ compile \
config.h.in \
configure \
depcomp \
install-sh \
ltmain.sh \
- missing
+ missing \
+ ylwrap
EXTRA_DIST = \
INSTALL.configure \