aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-02-26 23:56:59 +0000
committerGuy Harris <guy@alum.mit.edu>2001-02-26 23:56:59 +0000
commitc61ee2b4ad8c9f76bf6b646cf69129973237ec8e (patch)
tree9edc794bfa8b3789dda137fac2eab96dd1c84f4e
parent78cfa9723ae1bc3aaac6494384af1feaa073f7ac (diff)
Remove the Lemon stuff from EXTRA_DIST; the Lemon source is now in
"tools/lemon", and that directory's "Makefile.am" arranges to put the Lemon stuff into the distribution. svn path=/trunk/; revision=3077
-rw-r--r--epan/dfilter/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/dfilter/Makefile.am b/epan/dfilter/Makefile.am
index 854290fcad..2b3ad99b68 100644
--- a/epan/dfilter/Makefile.am
+++ b/epan/dfilter/Makefile.am
@@ -1,6 +1,6 @@
# Makefile.am
#
-# $Id: Makefile.am,v 1.5 2001/02/16 19:45:38 gram Exp $
+# $Id: Makefile.am,v 1.6 2001/02/26 23:56:59 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -60,10 +60,6 @@ libdfilter_a_SOURCES = \
EXTRA_DIST = \
grammar.lemon \
- lemonflex-head.inc \
- lemonflex-tail.inc \
- lemon.c \
- lempar.c \
scanner.l \
Makefile.nmake