aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2002-05-03 15:50:11 +0000
committerNathan Neulinger <nneul@umr.edu>2002-05-03 15:50:11 +0000
commit699de0ebbc050fa7d7d263d5bf107c44a8aa9903 (patch)
tree5ec633cff290fbbb217e8b5e2c1e04fdbc572242 /Makefile.nmake
parente6b32ff74abac2819a05324ae5e075259a5ae4ab (diff)
Add initial support for udp packets of the Distributed Checksum Clearhouse protocol
svn path=/trunk/; revision=5371
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 1e7da2c26e..61dc465bf9 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.182 2002/04/25 23:58:02 guy Exp $
+# $Id: Makefile.nmake,v 1.183 2002/05/03 15:50:11 nneul Exp $
include config.nmake
include <win32.mak>
@@ -50,6 +50,7 @@ DISSECTOR_SRC = \
packet-cops.c \
packet-cups.c \
packet-data.c \
+ packet-dccp.c \
packet-dcerpc.c \
packet-dcerpc-conv.c \
packet-dcerpc-dfs.c \