aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
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.nmake
parent3de139644b5ff8e595614178a67fcc34f7be3e8f (diff)
From Giles Scott: Alteon/Nortel Transparent Proxy Control Protocol
support. svn path=/trunk/; revision=8798
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index ed719dea2c..601c106095 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.352 2003/10/28 00:31:15 guy Exp $
+# $Id: Makefile.nmake,v 1.353 2003/10/28 06:44:21 guy Exp $
include config.nmake
include <win32.mak>
@@ -268,6 +268,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 \