summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-11 08:29:34 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-11 08:29:34 +0000
commit979a02bbfa04ecfc0247478b85d66ff7cb66fc33 (patch)
treee9ab1c16cbdd38a09cbf254f9acd106ba273bcb1 /Makefile.am
parent43d26ce7380566838ddd0665a64f633221eaba39 (diff)
downloadwireshark-979a02bbfa04ecfc0247478b85d66ff7cb66fc33.tar.gz
From Yuriy Sidelnikov: ISO 8327-1 Session Protocol support.
svn path=/trunk/; revision=8937
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 d8b5a66c7b..0c2dc7504c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.650 2003/11/07 05:26:27 sahlberg Exp $
+# $Id: Makefile.am,v 1.651 2003/11/11 08:29:33 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -389,6 +389,7 @@ DISSECTOR_SRC = \
packet-sctp.c \
packet-sdlc.c \
packet-sdp.c \
+ packet-ses.c \
packet-sflow.c \
packet-sip.c \
packet-skinny.c \
@@ -704,6 +705,7 @@ noinst_HEADERS = \
packet-rwall.h \
packet-rx.h \
packet-scsi.h \
+ packet-ses.h \
packet-sll.h \
packet-smb-browse.h \
packet-smb-common.h \