aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-25 23:58:02 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-25 23:58:02 +0000
commit9469b47866ed834b376cbd458309442759a0c4c2 (patch)
treed6384693c6891873d95c7eb16183740e12001b0a /Makefile.nmake
parent10c5587bac921680fc7cb7a3e803285b941857ff (diff)
ATP, ASP, and AFP support, from Didier Gautheron.
svn path=/trunk/; revision=5254
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 298b67a7ff..1e7da2c26e 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.181 2002/04/25 23:35:51 guy Exp $
+# $Id: Makefile.nmake,v 1.182 2002/04/25 23:58:02 guy Exp $
include config.nmake
include <win32.mak>
@@ -24,6 +24,7 @@ CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
DISSECTOR_SRC = \
packet-aarp.c \
+ packet-afp.c \
packet-afs.c \
packet-aim.c \
packet-aodv.c \