aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-18 04:27:08 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-18 04:27:08 +0000
commit71aaaa181964133e0d9eee15a5ec67882c5e9d43 (patch)
treeb386bcbac183ae32a46cd888b3ecd73f01ff16df /Makefile.nmake
parentc979a209eed1c5f091ff92c8be42ba579df91126 (diff)
downloadwireshark-71aaaa181964133e0d9eee15a5ec67882c5e9d43.tar.gz
wireshark-71aaaa181964133e0d9eee15a5ec67882c5e9d43.tar.bz2
wireshark-71aaaa181964133e0d9eee15a5ec67882c5e9d43.zip
ICAP support, from Simharajan Srishylam.
svn path=/trunk/; revision=3846
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 8d274bc7c8..ddaa2db962 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.129 2001/07/23 18:21:30 guy Exp $
+# $Id: Makefile.nmake,v 1.130 2001/08/18 04:27:08 guy Exp $
include config.nmake
include <win32.mak>
@@ -78,6 +78,7 @@ DISSECTOR_SRC = \
packet-hclnfsd.c \
packet-hsrp.c \
packet-http.c \
+ packet-icap.c \
packet-icmpv6.c\
packet-icp.c \
packet-icq.c \