diff options
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index a8cc2fb973..503bdf4499 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.293 2003/04/16 07:24:03 guy Exp $ +# $Id: Makefile.nmake,v 1.294 2003/04/23 00:24:36 guy Exp $ include config.nmake include <win32.mak> @@ -38,6 +38,7 @@ DISSECTOR_SRC = \ packet-arp.c \ packet-asap.c \ packet-ascend.c\ + packet-asf.c \ packet-atalk.c \ packet-atm.c \ packet-auto_rp.c \ @@ -170,6 +171,7 @@ DISSECTOR_SRC = \ packet-imap.c \ packet-ip.c \ packet-ipfc.c \ + packet-ipmi.c \ packet-ipp.c \ packet-ipsec.c \ packet-ipv6.c \ @@ -264,6 +266,7 @@ DISSECTOR_SRC = \ packet-rip.c \ packet-ripng.c \ packet-rlogin.c \ + packet-rmcp.c \ packet-rmi.c \ packet-rmp.c \ packet-rpc.c \ |