aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2009-09-11 01:57:59 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2009-09-11 01:57:59 +0000
commit961cd3c6ce821c21000d8009b562fc5fafbd0d7a (patch)
tree6af8c67fd36a2fc7d5574426952b6ee1ba8808c2 /epan/dissectors/Makefile.nmake
parentb75a84dd4fac59c1e7d40eb4a101841e0088d507 (diff)
From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
This patch adds extension support to the X11 dissector. I've removed the perl script from the make file, since the new one depends on perl 5.10, xcbproto (at least git as of today), and mesa (at least the mesa/src/mesa/glapi directory). It seemed easier to just add the generated header files to svn directly. svn path=/trunk/; revision=29854
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 60f30f9ad6..7e3f563a2e 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -39,18 +39,6 @@ packet-rrc.obj : packet-rrc.c
!ENDIF
#
-# The header files listed here are built from x11-fields using Perl;
-# we declare a dependency here so that they get built.
-#
-packet-x11.obj : packet-x11.c x11-declarations.h x11-register-info.h
-
-#
-# Build various header files for the X11 dissector.
-#
-x11-declarations.h x11-register-info.h: x11-fields process-x11-fields.pl
- $(PERL) process-x11-fields.pl <x11-fields
-
-#
# Build register.c, which contains a function register_all_protocols()
# that calls the register routines for all protocols and a function
# register_all_protocol_handoffs() that calls the handoff registration