aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-03 06:59:25 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-03 06:59:25 +0000
commit4096029a6678887f0e365f65da3aef593226efbe (patch)
tree765db407bb466c2b2ce7c103b504cd8771c04c45 /gtk/Makefile.am
parent302c1164834d14e5b239f17b04e41c503c07605b (diff)
Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",
and move it to "simple_dialog.h" and "gtk/simple_dialog.c". svn path=/trunk/; revision=1414
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 7cc0cc25e8..7cb6832dd7 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.17 1999/12/26 22:37:28 gerald Exp $
+# $Id: Makefile.am,v 1.18 2000/01/03 06:59:19 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -58,6 +58,7 @@ libui_a_SOURCES = \
print_prefs.h \
proto_draw.c \
proto_draw.h \
+ simple_dialog.c \
stream_prefs.c \
stream_prefs.h \
summary_dlg.c \