aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-29 10:59:12 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-29 10:59:12 +0000
commit4135309cbde3c44a66db42de2520f4a0b01eadc3 (patch)
treee72164f1cac50ce0a89b785a99f35cdee2254055 /gtk/Makefile.am
parent19a99f8a34725ca82f98a0214eefd4e5f2d3cb62 (diff)
Add endpoint talkers support for FDDI to ethereal and tethereal
Welcome FDDI into the endpoint talkers family. Nobody gets left behind! svn path=/trunk/; revision=8310
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 6d69a6fe1e..577be543cc 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for the GTK interface routines for Ethereal
#
-# $Id: Makefile.am,v 1.64 2003/08/24 05:38:22 sahlberg Exp $
+# $Id: Makefile.am,v 1.65 2003/08/29 10:59:12 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -31,6 +31,7 @@ ETHEREAL_TAP_SRC = \
dcerpc_stat.c \
endpoint_talkers_eth.c \
endpoint_talkers_fc.c \
+ endpoint_talkers_fddi.c \
endpoint_talkers_ip.c \
endpoint_talkers_ipx.c \
endpoint_talkers_tcpip.c \