aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 7ce62c7594..70adb76acf 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.204 2002/08/29 12:25:42 girlich Exp $
+# $Id: Makefile.nmake,v 1.205 2002/09/04 09:40:24 sahlberg Exp $
include config.nmake
include <win32.mak>
@@ -304,6 +304,8 @@ ETHEREAL_COMMON_OBJECTS = \
reassemble.obj \
register.obj \
ringbuffer.obj \
+ tap.obj \
+ tap-rpcstat.obj \
util.obj \
xdlc.obj \
xmlstub.obj \