aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-06 09:18:07 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-06 09:18:07 +0000
commit1de3e0789125e188ae48f5c53c5f85d3b1922e23 (patch)
tree3db0d789915f86953c4fd5839fd299e13db5f66b /Makefile.nmake
parent6f699287038d93d38a73ab0bc153cda78b9fa6b4 (diff)
From Michael Lum: ALCAP (Q.2630.1) support.
svn path=/trunk/; revision=8624
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 c8f3d2a5c0..20d2c645db 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.342 2003/10/03 23:10:00 guy Exp $
+# $Id: Makefile.nmake,v 1.343 2003/10/06 09:18:07 guy Exp $
include config.nmake
include <win32.mak>
@@ -30,6 +30,7 @@ DISSECTOR_SRC = \
packet-afs.c \
packet-aim.c \
packet-ajp13.c \
+ packet-alcap.c \
packet-ans.c \
packet-ansi_map.c \
packet-aodv.c \