aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-02 06:13:29 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-02 06:13:29 +0000
commit860376a9abfb8b5d70062086660fd7e204a3317b (patch)
tree8fa6f32aeae4c543f8bd8d35b68dc95472be50de /Makefile.am
parent18496f5d55bdf9bcde5d0cc6ef72d6d61906cca0 (diff)
From Samuel Qu, Michael Lum, and Jeff Morriss: TCAP support, and
"asn_id_decode1()" variant of "asn_id_decode()". svn path=/trunk/; revision=8586
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 841fc0eeed..b034f39af2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.632 2003/10/01 15:09:32 jmayer Exp $
+# $Id: Makefile.am,v 1.633 2003/10/02 06:13:27 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -405,6 +405,7 @@ DISSECTOR_SRC = \
packet-syslog.c \
packet-t38.c \
packet-tacacs.c \
+ packet-tcap.c \
packet-tcp.c \
packet-tds.c \
packet-telnet.c\
@@ -687,6 +688,7 @@ noinst_HEADERS = \
packet-stat-notify.h \
packet-stat.h \
packet-tacacs.h \
+ packet-tcap.h \
packet-tcp.h \
packet-tns.h \
packet-tpkt.h \