Include the BFD dissector when building with MSVC++.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 23 Nov 2003 23:42:46 +0000 (23:42 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 23 Nov 2003 23:42:46 +0000 (23:42 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9069 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.nmake

index f1a7e81ea981d6616531c47870a12d7e65923fd5..2cb88c9b07cce79019fba4d5f5d50f92defb905b 100644 (file)
@@ -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 \