aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-11 00:59:50 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-11 00:59:50 +0000
commit08b6ae03065e67385f8146895f68fd8162cea479 (patch)
tree873ee4976513e26c45a0041104187d3e2bd52806 /Makefile.nmake
parent04c1cc2198e2b940a52022c1fcb4b05680f803ae (diff)
MSDP support, from Heikki Vatiainen.
svn path=/trunk/; revision=3680
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 25f52f0e1f..f0f025e347 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.121 2001/06/29 18:55:49 guy Exp $
+# $Id: Makefile.nmake,v 1.122 2001/07/11 00:59:50 guy Exp $
include config.nmake
include <win32.mak>
@@ -116,6 +116,7 @@ DISSECTOR_SRC = \
packet-mpeg1.c \
packet-mpls.c \
packet-mrdisc.c \
+ packet-msdp.c \
packet-msnip.c \
packet-msproxy.c \
packet-mtp3.c \