aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-28 00:11:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-28 00:11:32 +0000
commitfadeb72b2e21ad9a758dceb6a105eb286d3c5e2d (patch)
tree79b9536d8f8860051a52c59ff81899a15a96a439 /Makefile.nmake
parentc3d7c67df3a8785925cb73dee146011cffbe43f0 (diff)
From Giles Scott: Nortel/SynOptics Network Management Protocol support.
svn path=/trunk/; revision=8290
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 d5fa0dcd03..7fe2cd2314 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.326 2003/08/26 05:09:55 guy Exp $
+# $Id: Makefile.nmake,v 1.327 2003/08/28 00:11:31 guy Exp $
include config.nmake
include <win32.mak>
@@ -250,6 +250,7 @@ DISSECTOR_SRC = \
packet-nlm.c \
packet-nlsp.c \
packet-nntp.c \
+ packet-nt-sonmp.c \
packet-ntlmssp.c \
packet-ntp.c \
packet-null.c \