aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-02-27 20:34:09 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-02-27 20:34:09 +0000
commitb864c8d80daa2ac2c3d8dd867c72f1d9341497f1 (patch)
tree338b7d2c8a6c1a1bda192d31a9cf47db27d0362e /epan/dfilter/Makefile.am
parented665a1b50f8355961b7b1dd8884c1624624a46b (diff)
Move the location of cppmagic.h, since the lemon-flex include files
require it. It makes more sense to either put cppmagic with lemon, or in yet another common directory. I'll just put it with lemon. svn path=/trunk/; revision=3083
Diffstat (limited to 'epan/dfilter/Makefile.am')
-rw-r--r--epan/dfilter/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dfilter/Makefile.am b/epan/dfilter/Makefile.am
index 9f34939e1c..09755684dc 100644
--- a/epan/dfilter/Makefile.am
+++ b/epan/dfilter/Makefile.am
@@ -1,6 +1,6 @@
# Makefile.am
#
-# $Id: Makefile.am,v 1.7 2001/02/27 19:23:28 gram Exp $
+# $Id: Makefile.am,v 1.8 2001/02/27 20:34:08 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -34,7 +34,6 @@ CLEANFILES = \
INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/$(LEMON)
libdfilter_a_SOURCES = \
- cppmagic.h \
dfilter.c \
dfilter.h \
dfilter-int.h \