aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-06 21:46:27 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-06 21:46:27 +0000
commit5ae946d67c74b90375ff2984adf55dbf7b262a2a (patch)
tree3920846e3d09215b8f20052f872bf244c3f320e9 /wiretap/Makefile.am
parentb3dc79413e66b61a73b76729ece3adb525905393 (diff)
From Jeff Morriss: delete "ascend-grammar.c" and "ascend-grammar.h" with
"make maintainer-clean", as they're generated files. svn path=/trunk/; revision=10336
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 \