aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-30 23:21:19 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-30 23:21:19 +0000
commita445b091270345fda896b5282596587368f71c04 (patch)
tree4158de871b5bae2c9c3c5da8cb2b527986546eb0 /Makefile.nmake
parent87f15438a02ffa5dc5797b42837c6d784e2ff497 (diff)
Incorporate the AODV6 dissector into the AODV dissector (AODV6 appears
to just be an extension to AODV - and the dissectors use the same port, which doesn't work unless there's only one dissector). svn path=/trunk/; revision=7616
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index d51631e196..0ab82a6eab 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.297 2003/04/29 02:55:12 guy Exp $
+# $Id: Makefile.nmake,v 1.298 2003/04/30 23:21:19 guy Exp $
include config.nmake
include <win32.mak>
@@ -33,7 +33,6 @@ DISSECTOR_SRC = \
packet-ajp13.c \
packet-ans.c \
packet-aodv.c \
- packet-aodv6.c \
packet-arcnet.c \
packet-arp.c \
packet-asap.c \