aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-19 04:00:53 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-19 04:00:53 +0000
commit71ab03991e3fd1bc8724ed5fa82f1646b5bfc0aa (patch)
tree29b97fa051d6619b08e56d3c91535b5c8cf6ffad /Makefile.nmake
parent294d78cf40e581e6fac22f76179f3c1dd0e1898d (diff)
From Dave Sclarsky: CPFI support.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9028 f5534014-38df-0310-8fa8-9805f1628bb7
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 \