aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
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 408af0ffa4..c808e94766 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.323 2003/08/17 00:54:24 guy Exp $
+# $Id: Makefile.nmake,v 1.324 2003/08/21 18:00:21 guy Exp $
include config.nmake
include <win32.mak>
@@ -393,6 +393,7 @@ TETHEREAL_TAP_SRC = \
TETHEREAL_TAP_OBJECTS = $(TETHEREAL_TAP_SRC:.c=.obj)
ETHEREAL_COMMON_OBJECTS = \
+ adler32.obj \
afn.obj \
asn1.obj \
capture_stop_conditions.obj \