Add packet-ipfc.c and packet-fcbls.h to Makefile.am.

svn path=/trunk/; revision=6761
This commit is contained in:
Gerald Combs 2002-12-08 03:38:19 +00:00
parent 24ef842ded
commit 8f75728dea
2 changed files with 5 additions and 2 deletions

View File

@ -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:

View 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 \