aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-07-21 12:57:09 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-07-21 12:57:09 +0000
commit9edd4638fcb6154f6fc1bfeb3f328e52d7181077 (patch)
tree57089ece31016dc230bb5c2e3c8b3121293d65b3 /Makefile.am
parent97b4ad40be4cd6f4c4e2aae5547ab5d77aaff2ec (diff)
Add SCTP dissector from Tuexen Michael <Michael.Tuexen@icn.siemens.de>
svn path=/trunk/; revision=2148
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 f480fc72d5..1dd2e69c2b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.209 2000/07/14 07:11:51 guy Exp $
+# $Id: Makefile.am,v 1.210 2000/07/21 12:56:57 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -123,6 +123,7 @@ DISSECTOR_SOURCES = \
packet-rtsp.c \
packet-rx.c \
packet-sap.c \
+ packet-sctp.c \
packet-sdp.c \
packet-smb.c \
packet-smb-browse.c \