aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-11-14 08:10:51 +0000
committerGuy Harris <guy@alum.mit.edu>2002-11-14 08:10:51 +0000
commit81022063fcd8e3272356e1347c2a2f6d2c5125bd (patch)
tree0e6d4dc528d8bda274cbdd6214c52dd7bd572982 /Makefile.nmake
parentbbb2129ab294264b157315fd553f36df6e9ae180 (diff)
Make the list of dissectors match the one for UNIX builds.
svn path=/trunk/; revision=6628
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 fb3b2042f5..f7363de2f2 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.256 2002/11/14 08:09:34 guy Exp $
+# $Id: Makefile.nmake,v 1.257 2002/11/14 08:10:51 guy Exp $
include config.nmake
include <win32.mak>
@@ -139,6 +139,7 @@ DISSECTOR_SRC = \
packet-hclnfsd.c \
packet-hsrp.c \
packet-http.c \
+ packet-hyperscsi.c \
packet-iapp.c \
packet-ib.c \
packet-icap.c \