aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-25 08:10:57 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-25 08:10:57 +0000
commitff797aaf4a8bcd428ac98e2c612b7b83f37085c9 (patch)
tree2e0a973a568ca76edff1e5598f42df49a93ed6ab /Makefile.nmake
parente3f791ebeae9a763fe2172d8628ddaf6a3780ff3 (diff)
From Jamie Fournier: DCE RPC EPM version 4 support, and stub support for
BUDB, ICL RPC, and RS_PROP_ACCT DCE RPC-based protocols. svn path=/trunk/; revision=9080
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 2bb19d2257..2464bc3f9b 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.366 2003/11/24 17:41:33 ulfl Exp $
+# $Id: Makefile.nmake,v 1.367 2003/11/25 08:10:56 guy Exp $
include config.nmake
include <win32.mak>
@@ -78,6 +78,7 @@ DISSECTOR_SRC = \
packet-dcerpc-atsvc.c \
packet-dcerpc-bossvr.c \
packet-dcerpc-browser.c \
+ packet-dcerpc-budb.c \
packet-dcerpc-butc.c \
packet-dcerpc-cds_clerkserver.c \
packet-dcerpc-cds_solicit.c \
@@ -90,8 +91,10 @@ DISSECTOR_SRC = \
packet-dcerpc-dtsprovider.c \
packet-dcerpc-dtsstime_req.c \
packet-dcerpc-epm.c \
+ packet-dcerpc-epm4.c \
packet-dcerpc-fldb.c \
packet-dcerpc-ftserver.c \
+ packet-dcerpc-icl_rpc.c \
packet-dcerpc-initshutdown.c \
packet-dcerpc-krb5rpc.c \
packet-dcerpc-lsa.c \
@@ -114,6 +117,7 @@ DISSECTOR_SRC = \
packet-dcerpc-rs_misc.c \
packet-dcerpc-rs_plcy.c \
packet-dcerpc-rs_pgo.c \
+ packet-dcerpc-rs_prop_acct.c \
packet-dcerpc-rs_repadm.c \
packet-dcerpc-rs_replist.c \
packet-dcerpc-rs_unix.c \