aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-08 09:27:51 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-08 09:27:51 +0000
commitcc97eed136095fff9f8e697d5cce8d116d3d48f1 (patch)
treed1db295952887fbc9be02cc778c84ca2ab14f62c /gtk/Makefile.am
parent291e50cea0a9f4aeecbeab14bfdeb0974d756552 (diff)
TCP time-sequence, round-trip time, and throughput graphs, from Pavel
Mores. svn path=/trunk/; revision=4360
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 51c724cac6..94ba7856b5 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.35 2001/03/24 02:23:08 guy Exp $
+# $Id: Makefile.am,v 1.36 2001/12/08 09:27:50 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -89,6 +89,8 @@ libui_a_SOURCES = \
stream_prefs.h \
summary_dlg.c \
summary_dlg.h \
+ tcp_graph.c \
+ tcp_graph.h \
ui_util.c \
ui_util.h