aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-29 02:55:14 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-29 02:55:14 +0000
commitb79fee576061894f231f4d768e0c3bd15c6e1602 (patch)
treead888f57016d5604cfb715376774271809205c68 /Makefile.nmake
parenta253aa6a7d0fc44f473f1cf93c015df60a666dd2 (diff)
iSNS support, from Garth Bushell.
svn path=/trunk/; revision=7597
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 4ae9f79943..d51631e196 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.296 2003/04/26 00:19:24 tpot Exp $
+# $Id: Makefile.nmake,v 1.297 2003/04/29 02:55:12 guy Exp $
include config.nmake
include <win32.mak>
@@ -188,6 +188,7 @@ DISSECTOR_SRC = \
packet-isis-lsp.c \
packet-isis-snp.c \
packet-isl.c \
+ packet-isns.c \
packet-isup.c \
packet-iua.c \
packet-kadm5.c \