aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-02 20:44:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-02 20:44:32 +0000
commit87ed53914bba998abda30add5473873be6ab5dfd (patch)
treefdf6dff41e8408dd5d03c447d5e5c4a1ac93ceca /Makefile.am
parent6664e100703fe87d558bf0eef2b710a236e6c6ee (diff)
From Jeff Morriss:
make ANSI point codes filterable in MTP3; fix a bug in the ANSI SLS dissection; have MTP3 store the SI for use by subdissectors; add a new MTP3-Management dissector. Fix Makefile.nmake to include the Wellfleet HDLC dissector. svn path=/trunk/; revision=6837
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 d56ac0fcb4..83ba7b6f25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.531 2002/12/31 08:05:28 guy Exp $
+# $Id: Makefile.am,v 1.532 2003/01/02 20:44:31 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -261,6 +261,7 @@ DISSECTOR_SRC = \
packet-msproxy.c \
packet-mtp2.c \
packet-mtp3.c \
+ packet-mtp3mg.c \
packet-nbipx.c \
packet-nbns.c \
packet-ncp.c \