aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-06 21:46:27 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-06 21:46:27 +0000
commit000f24d3dedb59249ffeaadc0deffa39e5ec075f (patch)
tree3920846e3d09215b8f20052f872bf244c3f320e9 /wiretap/Makefile.am
parenta26db7448e38fc247d8a2fa9fe3302a2ce961850 (diff)
From Jeff Morriss: delete "ascend-grammar.c" and "ascend-grammar.h" with
"make maintainer-clean", as they're generated files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10336 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 5db5d6ced4..61039955f5 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Wiretap
#
-# $Id: Makefile.am,v 1.49 2004/02/11 20:05:15 guy Exp $
+# $Id: Makefile.am,v 1.50 2004/03/06 21:46:27 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -31,6 +31,10 @@ CLEANFILES = \
libwiretap.a \
*~
+MAINTAINERCLEANFILES = \
+ ascend-grammar.c \
+ ascend-grammar.h
+
libwiretap_a_SOURCES = \
airopeek9.c \
airopeek9.h \