aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 244441c212..fcfcdeb300 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.148 2001/12/03 20:18:29 guy Exp $
+# $Id: Makefile.nmake,v 1.149 2001/12/04 07:32:00 guy Exp $
include config.nmake
include <win32.mak>
@@ -247,8 +247,10 @@ DISSECTOR_OBJECTS = $(DISSECTOR_SRC:.c=.obj)
ETHEREAL_COMMON_OBJECTS = \
afn.obj \
asn1.obj \
- capture-wpcap.obj \
+ capture_stop_conditions.obj \
+ capture-wpcap.obj \
column.obj \
+ conditions.obj \
follow.obj \
getopt.obj \
in_cksum.obj \