diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-02-12 08:31:49 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-02-12 08:31:49 +0000 |
commit | 55c8a368b8f6256c4256a6fae23531ebfdaa2817 (patch) | |
tree | 0347246c7501ea99c9feb4e8cd1ebfd23c4d1134 /gtk/Makefile.am | |
parent | c80a7fd1d5b91dac9c7522a4afc11a8cccbf3ca6 (diff) | |
download | wireshark-55c8a368b8f6256c4256a6fae23531ebfdaa2817.tar.gz wireshark-55c8a368b8f6256c4256a6fae23531ebfdaa2817.tar.bz2 wireshark-55c8a368b8f6256c4256a6fae23531ebfdaa2817.zip |
Split the color manipulation stuff into "color_dlg.[ch]", containing the
dialog boxes for editing color filtes, and "colors.[ch]", containing the
toolkit-dependent code to manipulate colors.
svn path=/trunk/; revision=1622
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 094e3a3ae2..546225fd9a 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.23 2000/02/12 08:15:30 guy Exp $ +# $Id: Makefile.am,v 1.24 2000/02/12 08:31:45 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 \ + color_dlg.c \ + color_dlg.h \ colors.c \ colors.h \ column_prefs.c \ |