aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-02-12 06:58:42 +0000
committerGuy Harris <guy@alum.mit.edu>2000-02-12 06:58:42 +0000
commit80de78aaaddbc25ba810d09f19ffa150bdb53626 (patch)
treec2d57f3f09f390d02b5d7f3b14536d6028f48cc7 /gtk/Makefile.am
parent2cad7bc3463cf1fabd9c87ee18f86555d423e6ab (diff)
Move the declarations of the routines in "gtk/file_dlg.c" out of
"gtk/main.h" and into a new "gtk/file_dlg.h" file. svn path=/trunk/; revision=1620
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 7210b43ae4..6df80d6010 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.21 2000/01/17 18:14:13 gram Exp $
+# $Id: Makefile.am,v 1.22 2000/02/12 06:58:41 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -36,6 +36,7 @@ libui_a_SOURCES = \
display_opts.c \
display_opts.h \
file_dlg.c \
+ file_dlg.h \
filter_prefs.c \
filter_prefs.h \
find_dlg.c \