aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-25 23:35:52 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-25 23:35:52 +0000
commit10c5587bac921680fc7cb7a3e803285b941857ff (patch)
tree6c099d51a1e46ac133667083dd0b1eb79b29c377 /Makefile.nmake
parent81567fd03965ef6f80ccee3c7912f6e628c35db2 (diff)
AODV dissection support, from Erik Nordstr�m.
svn path=/trunk/; revision=5253
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 5c939b0701..298b67a7ff 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.180 2002/04/18 00:29:16 guy Exp $
+# $Id: Makefile.nmake,v 1.181 2002/04/25 23:35:51 guy Exp $
include config.nmake
include <win32.mak>
@@ -26,6 +26,7 @@ DISSECTOR_SRC = \
packet-aarp.c \
packet-afs.c \
packet-aim.c \
+ packet-aodv.c \
packet-arp.c \
packet-asap.c \
packet-ascend.c\