From 8f75728dead22d1e0569e8ac1139e84bd5f90ec6 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 8 Dec 2002 03:38:19 +0000 Subject: [PATCH] Add packet-ipfc.c and packet-fcbls.h to Makefile.am. svn path=/trunk/; revision=6761 --- ChangeLog | 3 ++- Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc20ad991b..c13e7aebac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -$Id: ChangeLog,v 1.12 2002/12/08 02:34:41 gerald Exp $ +$Id: ChangeLog,v 1.13 2002/12/08 03:38:19 gerald Exp $ Overview of changes in Ethereal 0.9.8: * Display AFS KAUTH information (Loic Tortay) @@ -390,6 +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) Overview of changes in Ethereal 0.9.7: diff --git a/Makefile.am b/Makefile.am index e9c73d4e3d..138f12412b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.525 2002/12/08 02:32:17 gerald Exp $ +# $Id: Makefile.am,v 1.526 2002/12/08 03:38:19 gerald Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs @@ -216,6 +216,7 @@ DISSECTOR_SRC = \ packet-igrp.c \ packet-imap.c \ packet-ip.c \ + packet-ipfc.c \ packet-ipp.c \ packet-ipsec.c \ packet-ipv6.c \ @@ -512,6 +513,7 @@ noinst_HEADERS = \ packet-esis.h \ packet-eth.h \ packet-fc.h \ + packet-fcbls.h \ packet-fcels.h \ packet-fclctl.h \ packet-fcp.h \