aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-28 06:44:21 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-28 06:44:21 +0000
commit9c3e2720dac9d37a97ba9aa7067a4a3e9a46add8 (patch)
tree4651b25daa2b992aa3d310879a7fb773a0cbdfe9 /Makefile.am
parent3de139644b5ff8e595614178a67fcc34f7be3e8f (diff)
From Giles Scott: Alteon/Nortel Transparent Proxy Control Protocol
support. svn path=/trunk/; revision=8798
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 140705a605..31fcb2e863 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.645 2003/10/28 00:31:15 guy Exp $
+# $Id: Makefile.am,v 1.646 2003/10/28 06:44:21 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -328,6 +328,7 @@ DISSECTOR_SRC = \
packet-nntp.c \
packet-nt-oui.c \
packet-nt-sonmp.c \
+ packet-nt-tpcp.c \
packet-ntlmssp.c \
packet-ntp.c \
packet-null.c \