aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-04 20:17:01 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-04 20:17:01 +0000
commit625d0088d424c53f2308652383f5d132133bcb48 (patch)
treee3371104722ddbc2caf0cb00f13259aee31edc0e /Makefile.nmake
parente2d77c29113420b5ec4b200bd30ddd356d3a2c46 (diff)
From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).
svn path=/trunk/; revision=7071
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 a946d0e719..2379d7f2e9 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.277 2003/01/30 18:49:47 guy Exp $
+# $Id: Makefile.nmake,v 1.278 2003/02/04 20:16:57 guy Exp $
include config.nmake
include <win32.mak>
@@ -199,6 +199,7 @@ DISSECTOR_SRC = \
packet-mbtcp.c \
packet-mdshdr.c \
packet-mip.c \
+ packet-mip6.c \
packet-mmse.c \
packet-mount.c \
packet-mpeg1.c \