aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-18 02:13:33 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-18 02:13:33 +0000
commit212a090f0c722f8b30095647e33c130e4d297beb (patch)
treef87517dd218138a4aa596eafb966e04db5704d49 /Makefile.nmake
parent72086cbcdfefab3177d6148a81832c757d98b9f3 (diff)
DCE RPC support, from Todd Sabin.
svn path=/trunk/; revision=3144
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 702b8297ba..9f2307fcd8 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.86 2001/03/15 22:15:32 guy Exp $
+# $Id: Makefile.nmake,v 1.87 2001/03/18 02:13:32 guy Exp $
include config.nmake
@@ -41,6 +41,7 @@ DISSECTOR_SOURCES = \
packet-cops.c \
packet-cups.c \
packet-data.c \
+ packet-dcerpc.c \
packet-ddtp.c \
packet-dec-bpdu.c \
packet-diameter.c \