aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-14 22:52:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-14 22:52:49 +0000
commitceafc4f547470db9f482a7776af875f89751a2a2 (patch)
treed579a2ea2dea86eef845cb8b43ffaa679e9d7803 /Makefile.am
parent9d28824a7adb68e9531a66211aa27c7fb17bd7b9 (diff)
M2UA support, from Michael Tuexen.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5160 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 57232df409..236afde7f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.418 2002/04/10 22:00:49 ashokn Exp $
+# $Id: Makefile.am,v 1.419 2002/04/14 22:52:49 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -180,6 +180,7 @@ DISSECTOR_SRC = \
packet-lpd.c \
packet-m2pa.c \
packet-m2tp.c \
+ packet-m2ua.c \
packet-m3ua.c \
packet-mapi.c \
packet-mbtcp.c \