Add packet-ipfc.c and packet-fcbls.h to Makefile.am.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 8 Dec 2002 03:38:19 +0000 (03:38 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 8 Dec 2002 03:38:19 +0000 (03:38 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6761 f5534014-38df-0310-8fa8-9805f1628bb7

ChangeLog
Makefile.am

index dc20ad991ba11e224757b189cc50c7fb3f08d0d1..c13e7aebac02e2dbc7e0cef43139d1203302de9a 100644 (file)
--- 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:
index e9c73d4e3d50f41df929328a3d97b0398c474347..138f12412b15d68b3a8d615bf5071221a96ef9f2 100644 (file)
@@ -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 <gerald@ethereal.com>
@@ -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 \