aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
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 7e9915aa13..d7498b5365 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.137 2001/11/06 13:43:44 girlich Exp $
+# $Id: Makefile.nmake,v 1.138 2001/11/06 20:30:39 guy Exp $
include config.nmake
include <win32.mak>
@@ -59,6 +59,8 @@ DISSECTOR_SRC = \
packet-dns.c \
packet-dsi.c \
packet-dvmrp.c \
+ packet-eapol.c \
+ packet-eap.c \
packet-eigrp.c \
packet-esis.c \
packet-eth.c \