aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-24 05:38:23 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-24 05:38:23 +0000
commit38e52de283095fcb03461065ecee4bb135edbbb5 (patch)
tree02ffd4e6bc52c7a956d1e508e28885c555fdf7ba /gtk/Makefile.am
parentffa253abd059ae2770fd657787d5765c13216435 (diff)
downloadwireshark-38e52de283095fcb03461065ecee4bb135edbbb5.tar.gz
wireshark-38e52de283095fcb03461065ecee4bb135edbbb5.tar.bz2
wireshark-38e52de283095fcb03461065ecee4bb135edbbb5.zip
Add endpoint talker support for IPX
svn path=/trunk/; revision=8240
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 a29d4fd8fa..6d69a6fe1e 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.63 2003/08/23 13:35:06 sahlberg Exp $
+# $Id: Makefile.am,v 1.64 2003/08/24 05:38:22 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -32,6 +32,7 @@ ETHEREAL_TAP_SRC = \
endpoint_talkers_eth.c \
endpoint_talkers_fc.c \
endpoint_talkers_ip.c \
+ endpoint_talkers_ipx.c \
endpoint_talkers_tcpip.c \
endpoint_talkers_tr.c \
endpoint_talkers_udpip.c \