diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-02-26 23:56:59 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-02-26 23:56:59 +0000 |
commit | c61ee2b4ad8c9f76bf6b646cf69129973237ec8e (patch) | |
tree | 9edc794bfa8b3789dda137fac2eab96dd1c84f4e | |
parent | 78cfa9723ae1bc3aaac6494384af1feaa073f7ac (diff) | |
download | wireshark-c61ee2b4ad8c9f76bf6b646cf69129973237ec8e.tar.gz wireshark-c61ee2b4ad8c9f76bf6b646cf69129973237ec8e.tar.bz2 wireshark-c61ee2b4ad8c9f76bf6b646cf69129973237ec8e.zip |
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.am | 6 |
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 |