aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-23 02:29:11 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-23 02:29:11 +0000
commitbfe5e5b84e083ea52bd521d68f46b84dad972420 (patch)
treecdc154f07a7436b3bf4746356664d104800adad8 /Makefile.nmake
parent61165e2fbc837b661f8a598a4689363058395ba7 (diff)
Not all headers in HTTP, RTSP, SIP, etc. are entity headers; rename some
files, routines, data structures, etc.. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9428 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 03c5ce91f0..b803b1e5ba 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.377 2003/12/22 00:57:33 guy Exp $
+# $Id: Makefile.nmake,v 1.378 2003/12/23 02:29:11 guy Exp $
include config.nmake
include <win32.mak>
@@ -471,8 +471,8 @@ ETHEREAL_COMMON_OBJECTS = \
ptvcursor.obj \
reassemble.obj \
register.obj \
+ req_resp_hdrs.obj \
ringbuffer.obj \
- rreh.obj \
t35.obj \
tap.obj \
timestats.obj \