aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-03-07 19:15:48 +0000
committerGuy Harris <guy@alum.mit.edu>2003-03-07 19:15:48 +0000
commit723612fe3e94ca93e9765aa5e84979a00788e7a7 (patch)
treebe8da8854422a3683b333255a77c600ad7e30aec /Makefile.nmake
parent0b94d9a2287cbabaecaace96a06e67183e77ee64 (diff)
Make the DISSECTOR_SRC macro match the Makefile.am one, with the
dissectors for the OpenBSD enc(4) encapsulating interface and RFC 3378 Ethernet-over-IP. svn path=/trunk/; revision=7311
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 0bc96d81e0..6ae27a6340 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.286 2003/03/06 20:35:09 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.287 2003/03/07 19:15:48 guy Exp $
include config.nmake
include <win32.mak>
@@ -120,8 +120,10 @@ DISSECTOR_SRC = \
packet-eap.c \
packet-eapol.c \
packet-eigrp.c \
+ packet-enc.c \
packet-esis.c \
packet-eth.c \
+ packet-etherip.c \
packet-ethertype.c \
packet-fc.c \
packet-fcct.c \