aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-12-08 03:38:19 +0000
committerGerald Combs <gerald@wireshark.org>2002-12-08 03:38:19 +0000
commit8f75728dead22d1e0569e8ac1139e84bd5f90ec6 (patch)
treefe78180dba430569982a50f1541f51a9c5bbcb40 /Makefile.am
parent24ef842dedf1f4a5d88ae374f2e4da9ae7bb0590 (diff)
Add packet-ipfc.c and packet-fcbls.h to Makefile.am.
svn path=/trunk/; revision=6761
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
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 <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 \