Make the bytes-written information from Wiretap a long, as we allow
[obnox/wireshark/wip.git] / Makefile.nmake
index fcfcdeb3007710307084044b19782c9b3377df26..d3855abf10d91864f96623d1ef8e380ca0b96608 100644 (file)
@@ -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.149 2001/12/04 07:32:00 guy Exp $
+# $Id: Makefile.nmake,v 1.150 2001/12/04 08:25:55 guy Exp $
 
 include config.nmake
 include <win32.mak>
@@ -262,6 +262,7 @@ ETHEREAL_COMMON_OBJECTS = \
        ptvcursor.obj    \
        reassemble.obj   \
        register.obj     \
+       ringbuffer.obj   \
        util.obj         \
        xdlc.obj         \
        xmlstub.obj      \