aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-06 09:18:07 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-06 09:18:07 +0000
commit6bc071e03169944850f933bc0bd0db2f840a120b (patch)
tree3db0d789915f86953c4fd5839fd299e13db5f66b /Makefile.nmake
parent2dfa99da7d79749e779e0fec27eb4f9b12cd0115 (diff)
From Michael Lum: ALCAP (Q.2630.1) support.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8624 f5534014-38df-0310-8fa8-9805f1628bb7
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 \