aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-06 01:23:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-06 01:23:32 +0000
commitd48ec06a6a47c739b63db70d2581f9c73ae3ced2 (patch)
tree962ac7323136efb174a0b1f2ad26e5ae7f2638cc /Makefile.am
parent1576681f2869c2107b9684ba6e607cd62887b02a (diff)
downloadwireshark-d48ec06a6a47c739b63db70d2581f9c73ae3ced2.tar.gz
wireshark-d48ec06a6a47c739b63db70d2581f9c73ae3ced2.tar.bz2
wireshark-d48ec06a6a47c739b63db70d2581f9c73ae3ced2.zip
From Olivier Biot: WBXML/WMLC support.
svn path=/trunk/; revision=7084
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 87b89999b9..d2ff09aeda 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.551 2003/02/04 20:16:57 guy Exp $
+# $Id: Makefile.am,v 1.552 2003/02/06 01:23:32 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -381,6 +381,7 @@ DISSECTOR_SRC = \
packet-vrrp.c \
packet-vtp.c \
packet-wap.c \
+ packet-wbxml.c \
packet-wccp.c \
packet-wcp.c \
packet-wfleet-hdlc.c \
@@ -619,6 +620,7 @@ noinst_HEADERS = \
packet-vines.h \
packet-vlan.h \
packet-wap.h \
+ packet-wbxml.h \
packet-wccp.h \
packet-wlancap.h \
packet-wsp.h \