aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-19 04:00:53 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-19 04:00:53 +0000
commit374f0f1b935aa760c87ca6f6d169241fba5fa777 (patch)
tree29b97fa051d6619b08e56d3c91535b5c8cf6ffad /Makefile.nmake
parent69f30a1f1273896a24a5475bc7b167d545356e3a (diff)
From Dave Sclarsky: CPFI support.
svn path=/trunk/; revision=9028
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 55c8277859..d497527c27 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.360 2003/11/18 23:40:12 ulfl Exp $
+# $Id: Makefile.nmake,v 1.361 2003/11/19 04:00:52 guy Exp $
include config.nmake
include <win32.mak>
@@ -66,6 +66,7 @@ DISSECTOR_SRC = \
packet-clnp.c \
packet-cops.c \
packet-cosine.c \
+ packet-cpfi.c \
packet-cpha.c \
packet-cups.c \
packet-data.c \