aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-08 01:59:42 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-08 01:59:42 +0000
commit6ca54076683201fd022fc4eccf64829f4490ec34 (patch)
tree7e359545ba3272686776e1b1e072f1dd24bcec89 /gtk/Makefile.am
parent4ef5d246332d236538329c94514b441114e6ec54 (diff)
Separate the routines to allocate colors from the routines to handle
color filters. svn path=/trunk/; revision=6872
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 3e58477395..ab79d81244 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.50 2002/12/03 01:26:31 jmayer Exp $
+# $Id: Makefile.am,v 1.51 2003/01/08 01:59:41 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -50,10 +50,12 @@ libui_a_SOURCES = \
capture_prefs.h \
color_dlg.c \
color_dlg.h \
- colors.c \
- colors.h \
+ color_filters.c \
+ color_filters.h \
color_utils.c \
color_utils.h \
+ colors.c \
+ colors.h \
column_prefs.c \
column_prefs.h \
compat_macros.h \
@@ -122,6 +124,8 @@ libui_a_SOURCES = \
capture_prefs.h \
color_dlg.c \
color_dlg.h \
+ color_filters.c \
+ color_filters.h \
colors.c \
colors.h \
color_utils.c \