aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-21 07:57:23 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-21 07:57:23 +0000
commit21f7cca50ab0b2ffd5cf9bcb782474248f531d94 (patch)
tree736cf7022f94de8d09cfe468c528b4fa83211fcb /Makefile.am
parent54ad35f58ad2b532a3db59a66bfd832b5be77de4 (diff)
SPRAY support, from Ronnie Sahlberg.
svn path=/trunk/; revision=3356
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 19c58cdcc1..f7f0e0f503 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.312 2001/04/20 21:29:02 guy Exp $
+# $Id: Makefile.am,v 1.313 2001/04/21 07:56:58 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -205,6 +205,7 @@ DISSECTOR_SOURCES = \
packet-sna.c \
packet-snmp.c \
packet-socks.c \
+ packet-spray.c \
packet-srvloc.c \
packet-sscop.c \
packet-stat.c \
@@ -312,6 +313,7 @@ noinst_HEADERS = \
packet-smb-pipe.h \
packet-sna.h \
packet-snmp.h \
+ packet-spray.h \
packet-sscop.h \
packet-stat.h \
packet-stat-notify.h \