aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-31 19:27:57 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-31 19:27:57 +0000
commit5d929e0e8f940c016a55a4f2e8e53874864c4476 (patch)
tree4bbe5fccdfc59dee68f652dd3e23e0da2fafa360 /Makefile.nmake
parent6b10bf4a3722f5388db37d1c42fca48ba7e52806 (diff)
From Motonori Shindo: support for reading CoSine L2 debug output.
svn path=/trunk/; revision=5922
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 1b7c8bd138..3f0ac57da5 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.196 2002/07/09 20:49:27 tpot Exp $
+# $Id: Makefile.nmake,v 1.197 2002/07/31 19:27:39 guy Exp $
include config.nmake
include <win32.mak>
@@ -50,6 +50,7 @@ DISSECTOR_SRC = \
packet-clip.c \
packet-clnp.c \
packet-cops.c \
+ packet-cosine.c \
packet-cups.c \
packet-data.c \
packet-dccp.c \