aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-27 02:45:42 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-27 02:45:42 +0000
commit5408067454f43ae8912a192e20a2db76714f7d33 (patch)
tree8f3bf935823514840c511a0dd639546cd6d6d43b /Makefile.nmake
parentf7b3583e8a4ba65980c04a6977762b6c760eb286 (diff)
From Akira Endoh: Wellfleet Breath of Life support.
svn path=/trunk/; revision=7210
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 089bbced89..5471c769e3 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.281 2003/02/20 12:04:11 jmayer Exp $
+# $Id: Makefile.nmake,v 1.282 2003/02/27 02:45:42 guy Exp $
include config.nmake
include <win32.mak>
@@ -43,6 +43,7 @@ DISSECTOR_SRC = \
packet-bacnet.c \
packet-beep.c \
packet-bgp.c \
+ packet-bofl.c \
packet-bootp.c \
packet-bootparams.c \
packet-bpdu.c \