aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-23 23:42:46 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-23 23:42:46 +0000
commit794858f6bfbc07e035c4ae02f6da61e4ce778780 (patch)
tree1bb87f93d77732c4570fa58b09e4b60e24fcfbc1 /Makefile.nmake
parent807458f7e1b9c37abdff864218a9001211904d4f (diff)
Include the BFD dissector when building with MSVC++.
svn path=/trunk/; revision=9069
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 f1a7e81ea9..2cb88c9b07 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.363 2003/11/21 02:57:01 guy Exp $
+# $Id: Makefile.nmake,v 1.364 2003/11/23 23:42:46 guy Exp $
include config.nmake
include <win32.mak>
@@ -48,6 +48,7 @@ DISSECTOR_SRC = \
packet-bacapp.c \
packet-bacnet.c \
packet-beep.c \
+ packet-bfd.c \
packet-bgp.c \
packet-bofl.c \
packet-bootp.c \