aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-10 07:43:39 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-10 07:43:39 +0000
commit9357047df5a9833fc350cd316bc3aeee4c198b10 (patch)
tree774bd024ae92e6bcff95ab64f30b7153fcdc4f6f /gtk/Makefile.am
parentf7265ba975b079f97d3837ba91cb371f63059c5b (diff)
Add a preferences page for capture preferences, so that the user can
directly edit the capture preferences, rather than only being able to set them implicitly from the values for the most recent capture. Add a preferences item for the interface on which to capture. Get rid of some unused variables. svn path=/trunk/; revision=4510
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 94ba7856b5..07c4e69731 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.36 2001/12/08 09:27:50 guy Exp $
+# $Id: Makefile.am,v 1.37 2002/01/10 07:43:39 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -31,6 +31,8 @@ CLEANFILES = \
libui_a_SOURCES = \
capture_dlg.c \
capture_dlg.h \
+ capture_prefs.c \
+ capture_prefs.h \
color_dlg.c \
color_dlg.h \
colors.c \