aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-08 06:27:16 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-08 06:27:16 +0000
commitc9da803a083959710644b51b2063a58e16854a81 (patch)
tree7c0357f6cc77b6e5400dce6519619e41c1a8388d /Makefile.nmake
parent988785407fd46b441f75f44178f1bc55ddbae5c1 (diff)
downloadwireshark-c9da803a083959710644b51b2063a58e16854a81.tar.gz
wireshark-c9da803a083959710644b51b2063a58e16854a81.tar.bz2
wireshark-c9da803a083959710644b51b2063a58e16854a81.zip
Move the fragment reassembly code into "reassemble.c" and
"reassemble.h", and remove IPv4 dependencies from it. Use it for OSI CLNP segment reassembly as well. svn path=/trunk/; revision=3525
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 889eca633e..3cc8355879 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.114 2001/06/06 01:30:28 guy Exp $
+# $Id: Makefile.nmake,v 1.115 2001/06/08 06:27:15 guy Exp $
include config.nmake
include <win32.mak>
@@ -220,6 +220,7 @@ ETHEREAL_COMMON_OBJECTS = \
print.obj \
ps.obj \
ptvcursor.obj \
+ reassemble.obj \
register.obj \
util.obj \
xdlc.obj \