aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-10 01:28:45 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-10 01:28:45 +0000
commitaa36cec9df2e30710deaebc50f10ea3c033dedd5 (patch)
treec692cc1a458378f85f0b817d76c9839c660d1442 /Makefile.am
parent573f3fb04aab5d0ba4094d053921c10fb7dd0a9f (diff)
SCSI dissector, and changes to make the iSCSI dissector use it, from
Dinesh Dutt. svn path=/trunk/; revision=4508
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b3add5f99..0002a5cfd2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.403 2002/01/09 02:51:46 itojun Exp $
+# $Id: Makefile.am,v 1.404 2002/01/10 01:28:43 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -239,7 +239,8 @@ DISSECTOR_SRC = \
packet-rwall.c \
packet-rx.c \
packet-sap.c \
- packet-sctp.c \
+ packet-scsi.c \
+ packet-sctp.c \
packet-sdp.c \
packet-sip.c \
packet-skinny.c \
@@ -407,6 +408,7 @@ noinst_HEADERS = \
packet-rtp.h \
packet-rwall.h \
packet-rx.h \
+ packet-scsi.h \
packet-sll.h \
packet-smb-browse.h \
packet-smb-common.h \