aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-29 21:32:23 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-29 21:32:23 +0000
commitf2880aad6b1d5f2af7890b8b48ae946cad219427 (patch)
tree16f5b16f073c2ee18285812576bcc2ed63273d32 /Makefile.nmake
parent2a8dfde425a63b412460bd989219bb2919445467 (diff)
AODV6 support, from Antti Tuominen.
svn path=/trunk/; revision=5593
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 d6d1ed142b..c835e1bcea 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.191 2002/05/29 18:52:26 guy Exp $
+# $Id: Makefile.nmake,v 1.192 2002/05/29 21:32:09 guy Exp $
include config.nmake
include <win32.mak>
@@ -28,6 +28,7 @@ DISSECTOR_SRC = \
packet-afs.c \
packet-aim.c \
packet-aodv.c \
+ packet-aodv6.c \
packet-arp.c \
packet-asap.c \
packet-ascend.c\