aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-09 02:55:38 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-09 02:55:38 +0000
commitaa0459d3c217fb34dd9cad8e998b59d85e734c14 (patch)
treec902d2241b7e836b1b4cf77405290ec0e2430375 /Makefile.nmake
parent7cfaf110e6ec7903ecbd9d0d35c161e2f37ffce8 (diff)
downloadwireshark-aa0459d3c217fb34dd9cad8e998b59d85e734c14.tar.gz
wireshark-aa0459d3c217fb34dd9cad8e998b59d85e734c14.tar.bz2
wireshark-aa0459d3c217fb34dd9cad8e998b59d85e734c14.zip
Add DHCPv6 dissector to Windows build.
svn path=/trunk/; revision=4505
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 05cf261346..09bce8592e 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.162 2002/01/04 21:20:16 guy Exp $
+# $Id: Makefile.nmake,v 1.163 2002/01/09 02:55:38 guy Exp $
include config.nmake
include <win32.mak>
@@ -64,6 +64,7 @@ DISSECTOR_SRC = \
packet-dcerpc-wkssvc.c \
packet-ddtp.c \
packet-dec-bpdu.c \
+ packet-dhcpv6.c \
packet-diameter.c \
packet-dlsw.c \
packet-dns.c \