aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-26 21:17:49 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-26 21:17:49 +0000
commitc0ff48d6d003d03779307b8a105f202715654a16 (patch)
treeadee0be2ede488a5629a0c6faceb22e45289e8ef /Makefile.nmake
parent99502224b94aec2b2ec397379b42660c20c76a04 (diff)
DLSw support, from Paul Ionescu.
svn path=/trunk/; revision=4449
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 48f9f2c112..b669e9007f 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.158 2001/12/23 21:36:57 guy Exp $
+# $Id: Makefile.nmake,v 1.159 2001/12/26 21:17:49 guy Exp $
include config.nmake
include <win32.mak>
@@ -65,6 +65,7 @@ DISSECTOR_SRC = \
packet-ddtp.c \
packet-dec-bpdu.c \
packet-diameter.c \
+ packet-dlsw.c \
packet-dns.c \
packet-dsi.c \
packet-dvmrp.c \