aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>2000-08-08 12:28:50 +0000
committerLaurent Deniel <laurent.deniel@free.fr>2000-08-08 12:28:50 +0000
commitcedac6e3f181c62d89eaecfb88d8d803b8e79131 (patch)
tree29e13358c9db88250ea3531a5a265b7694d3f122 /gtk/Makefile.am
parenta981dcf5db4230b85e3226c828e5c40153faf1ef (diff)
Add a Help window that contains:
- short overview - list of known protocols - list of display filters - short capture filter help The display filter help can be extended in the future when we will have a GUI for filter construction. But this is better than nothing ;-) And cut & paste from the text help window and the filter input field works... svn path=/trunk/; revision=2227
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 b4c67f165d..bda475a3d4 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.28 2000/08/03 12:44:35 gram Exp $
+# $Id: Makefile.am,v 1.29 2000/08/08 12:24:31 deniel Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -56,6 +56,8 @@ libui_a_SOURCES = \
gtkglobals.h \
gui_prefs.c \
gui_prefs.h \
+ help_dlg.c \
+ help_dlg.h \
keys.h \
main.c \
main.h \