aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-14 19:39:54 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-14 19:39:54 +0000
commit44fed5407eaedc76f0fc71e4b559f417564c97ab (patch)
treed362cca5adcd0b0ddd158fbd170141b144253667 /Makefile.am
parentead3ec59704cd906916e7a15d554c0f5552612e8 (diff)
From Olivier Biot:
- Move all static definitions from packet-wbxml.h to packet-wbxml.c - Comment out inclusion of packet-wbxml.h in packet-wbxml.c - Append WBXML + version + public ID to the Info column Then, while we're at it, get rid of packet-wbxml.h (we can reinstate it if there's any functionality to export other than the dissector) and get rid of the include of packet-wbxml.h (and update comments not to refer to it). svn path=/trunk/; revision=7153
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d2ff09aeda..4d0db7124b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.552 2003/02/06 01:23:32 guy Exp $
+# $Id: Makefile.am,v 1.553 2003/02/14 19:39:54 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -620,7 +620,6 @@ noinst_HEADERS = \
packet-vines.h \
packet-vlan.h \
packet-wap.h \
- packet-wbxml.h \
packet-wccp.h \
packet-wlancap.h \
packet-wsp.h \