aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-15 19:40:42 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-15 19:40:42 +0000
commita27dcb4e3f380699655eaa1854594defe5fdd16d (patch)
tree61a93b99d2c9a6003d9ec8504d155418d92ad304 /gtk/Makefile.am
parent532bd00bbb7491a17fef4646a325b6a3142d315a (diff)
From Ulf Lamping: toolbar.
svn path=/trunk/; revision=8707
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index c8cdd6fe00..fcfdf3b6c1 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.70 2003/09/24 07:48:10 guy Exp $
+# $Id: Makefile.am,v 1.71 2003/10/15 19:40:39 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -136,6 +136,8 @@ libui_a_SOURCES = \
summary_dlg.h \
tcp_graph.c \
tcp_graph.h \
+ toolbar.c \
+ toolbar.h \
ui_util.c \
ui_util.h \
$(ETHEREAL_TAP_SRC)
@@ -222,6 +224,8 @@ libui_a_SOURCES = \
summary_dlg.h \
tcp_graph.c \
tcp_graph.h \
+ toolbar.c \
+ toolbar.h \
ui_util.c \
ui_util.h \
$(ETHEREAL_TAP_SRC)