aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-08 02:00:51 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-08 02:00:51 +0000
commit2ae1db18b3d83d3edb01468fee3d1c1346bc2eae (patch)
tree2a6414839374e280f6bd0786ad78b31b52066f98 /gtk
parent6ca54076683201fd022fc4eccf64829f4490ec34 (diff)
Sort the filenames a bit more.
svn path=/trunk/; revision=6873
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index ab79d81244..7b51c44cde 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.51 2003/01/08 01:59:41 guy Exp $
+# $Id: Makefile.am,v 1.52 2003/01/08 02:00:51 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -126,10 +126,10 @@ libui_a_SOURCES = \
color_dlg.h \
color_filters.c \
color_filters.h \
- colors.c \
- colors.h \
color_utils.c \
color_utils.h \
+ colors.c \
+ colors.h \
column_prefs.c \
column_prefs.h \
decode_as_dlg.c \