aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-04 08:26:20 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-04 08:26:20 +0000
commit0974869deaf133d0130876fdb223703c4ec281f3 (patch)
tree25ac9503a257322024f37319267c7a6df116c82a /Makefile.am
parent0ae44ada2ff697a3f93c69ca8db4baeb4a769fa5 (diff)
downloadwireshark-0974869deaf133d0130876fdb223703c4ec281f3.tar.gz
wireshark-0974869deaf133d0130876fdb223703c4ec281f3.tar.bz2
wireshark-0974869deaf133d0130876fdb223703c4ec281f3.zip
Move the x11 generation into epan.
aclocal-missing isn't needed any more. svn path=/trunk/; revision=10299
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 188041ec80..0ef1fad051 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.717 2004/03/03 23:51:31 jmayer Exp $
+# $Id: Makefile.am,v 1.718 2004/03/04 08:26:20 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -284,12 +284,6 @@ cvsversion.h:
$(PERL) $(srcdir)/make-version.pl
#
-# Build various header files for the X11 dissector.
-#
-x11-declarations.h x11-register-info.h: x11-fields process-x11-fields.pl
- $(PERL) $(srcdir)/process-x11-fields.pl <$(srcdir)/x11-fields
-
-#
# Build shell scripts by doing variable substitution.
# Taken from autoconf 2.13.
#
@@ -362,7 +356,6 @@ CLEANFILES = \
idl2eth
DISTCLEANFILES = \
- aclocal-missing/*.m4 \
ps.c \
*~
@@ -389,7 +382,6 @@ EXTRA_DIST = \
aclocal-fallback/gtk-2.0.m4 \
aclocal-fallback/gtk.m4 \
aclocal-flags \
- aclocal-missing/dummy \
autogen.sh \
capture-wpcap.c \
capture-wpcap.h \