aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-24 20:25:25 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-24 20:25:25 +0000
commit8743489efacaa7e038152972826ed0921b559bf3 (patch)
tree5be466ac575ceeb646996edc76a7c1bd0f452771 /Makefile.nmake
parentd3fbbef9c07827e0015eaeaebefaee421686eb86 (diff)
Appletalk Data Stream Interface (used by AFP-over-TCP) support, from
Randy McEoin. svn path=/trunk/; revision=3446
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 0ecea411d0..43b3f2d1c5 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.109 2001/05/24 08:13:56 guy Exp $
+# $Id: Makefile.nmake,v 1.110 2001/05/24 20:25:24 guy Exp $
include config.nmake
include <win32.mak>
@@ -52,6 +52,7 @@ DISSECTOR_SRC = \
packet-dec-bpdu.c \
packet-diameter.c \
packet-dns.c \
+ packet-dsi.c \
packet-eigrp.c \
packet-esis.c \
packet-eth.c \