aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-12 06:21:55 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-12 06:21:55 +0000
commitb0e7d0029de0c6102e2ace6fa76dc61f0203fcf1 (patch)
treef09655c93a5ef6951b91858196ff033354f7f827 /Makefile.nmake
parent29d49954f1320862a9be09455f83c816fef8738f (diff)
DVMRP support, from Ronnie Sahlberg.
Give "packet-igmp.c" an RCS ID. svn path=/trunk/; revision=3539
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 3cc8355879..b3d5cb293f 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.115 2001/06/08 06:27:15 guy Exp $
+# $Id: Makefile.nmake,v 1.116 2001/06/12 06:21:55 guy Exp $
include config.nmake
include <win32.mak>
@@ -53,6 +53,7 @@ DISSECTOR_SRC = \
packet-diameter.c \
packet-dns.c \
packet-dsi.c \
+ packet-dvmrp.c \
packet-eigrp.c \
packet-esis.c \
packet-eth.c \