diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.nmake | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -$Id: ChangeLog,v 1.13 2002/12/08 03:38:19 gerald Exp $ +$Id: ChangeLog,v 1.14 2002/12/08 03:59:03 gerald Exp $ Overview of changes in Ethereal 0.9.8: * Display AFS KAUTH information (Loic Tortay) @@ -390,7 +390,7 @@ Overview of changes in Ethereal 0.9.8: * Add make-tapreg-dotc to the distribution (Gerald) * Add RCS IDs to ChangeLog and NEWS (Gerald) * Add Fibre Channel support (Dinesh) -* Add Fibre Channel files to Makefile.am (Gerald) +* Add Fibre Channel files to Makefile.am and Makefile.nmake (Gerald) Overview of changes in Ethereal 0.9.7: diff --git a/Makefile.nmake b/Makefile.nmake index f75d32c10c..045c63cde6 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.260 2002/12/08 02:32:17 gerald Exp $ +# $Id: Makefile.nmake,v 1.261 2002/12/08 03:59:03 gerald Exp $ include config.nmake include <win32.mak> @@ -159,6 +159,7 @@ DISSECTOR_SRC = \ packet-igrp.c \ packet-imap.c \ packet-ip.c \ + packet-ipfc.c \ packet-ipp.c \ packet-ipsec.c \ packet-ipv6.c \ |