aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-15 22:45:52 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-15 22:45:52 +0000
commit0aafd560ebbd891c39e0a70ea171d22f5d5af01a (patch)
tree5188af383e8b701a8ec3de918df1e75abc7a3552 /Makefile.nmake
parent0cb0d9b910017c43cba11174770504360f98c785 (diff)
New protocol: Stub dissector for ClearCase NFS protocol
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6640 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 f7363de2f2..7fd0a10798 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.257 2002/11/14 08:10:51 guy Exp $
+# $Id: Makefile.nmake,v 1.258 2002/11/15 22:45:52 sahlberg Exp $
include config.nmake
include <win32.mak>
@@ -50,6 +50,7 @@ DISSECTOR_SRC = \
packet-cdp.c \
packet-cgmp.c \
packet-chdlc.c \
+ packet-clearcase.c \
packet-clip.c \
packet-clnp.c \
packet-cops.c \