Move the x11 generation into epan.

aclocal-missing isn't needed any more.

svn path=/trunk/; revision=10299
This commit is contained in:
Jörg Mayer 2004-03-04 08:26:20 +00:00
parent 0ae44ada2f
commit 0974869dea
2 changed files with 8 additions and 10 deletions

View File

@ -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>
@ -283,12 +283,6 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap
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 \

View File

@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
# $Id: Makefile.am,v 1.36 2004/03/03 21:55:59 jmayer Exp $
# $Id: Makefile.am,v 1.37 2004/03/04 08:26:20 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -176,6 +176,12 @@ register.c: $(plugin_src) $(DISSECTOR_SRC) $(srcdir)/../make-reg-dotc
#dist-hook:
# @rm -f $(distdir)/register.c
#
# 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
if HAVE_PLUGINS
if ENABLE_STATIC