aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-23 23:45:22 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-23 23:45:22 +0000
commit73ef38e5b704ba4bf9eee420b504ef306d52373d (patch)
tree1bc37a66ec591377a6baddd07270a9cc28ff0c6d /Makefile.nmake
parent18f75ae54732fc58dd5bb19808ef79db2c8984ff (diff)
Skeleton NSPI dissector, from Todd Sabin.
svn path=/trunk/; revision=5536
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 ea68403bc3..ce5618adf2 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.188 2002/05/23 23:37:49 guy Exp $
+# $Id: Makefile.nmake,v 1.189 2002/05/23 23:45:22 guy Exp $
include config.nmake
include <win32.mak>
@@ -60,6 +60,7 @@ DISSECTOR_SRC = \
packet-dcerpc-mgmt.c \
packet-dcerpc-ndr.c \
packet-dcerpc-netlogon.c \
+ packet-dcerpc-nspi.c \
packet-dcerpc-nt.c \
packet-dcerpc-oxid.c \
packet-dcerpc-reg.c \