diff options
author | Jörg Mayer <jmayer@loplof.de> | 2004-03-04 08:26:20 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2004-03-04 08:26:20 +0000 |
commit | 0974869deaf133d0130876fdb223703c4ec281f3 (patch) | |
tree | 25ac9503a257322024f37319267c7a6df116c82a /epan/Makefile.am | |
parent | 0ae44ada2ff697a3f93c69ca8db4baeb4a769fa5 (diff) | |
download | wireshark-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 'epan/Makefile.am')
-rw-r--r-- | epan/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am index bb16486bc1..e76001aba4 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -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 |