aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-12 09:29:51 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-12 09:29:51 +0000
commitce704ecab346017237ccda13b22876b66d4eef6e (patch)
treef68acce5b86fccd2d363b33908070a4ec2d7d7da /Makefile.nmake
parent1caef02b9e2605ee39670f67eafdca8a8140abbd (diff)
From Jaime Fournier: DCE/RPC CDS_CLERKSERVER interface
svn path=/trunk/; revision=6285
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 78e0a17015..f66a7fcdd7 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.229 2002/09/12 09:19:32 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.230 2002/09/12 09:29:51 sahlberg Exp $
include config.nmake
include <win32.mak>
@@ -58,6 +58,7 @@ DISSECTOR_SRC = \
packet-dcerpc.c \
packet-dcerpc-bossvr.c \
packet-dcerpc-browser.c \
+ packet-dcerpc-cds_clerkserver.c \
packet-dcerpc-cds_solicit.c \
packet-dcerpc-conv.c \
packet-dcerpc-cprpc_server.c \