diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-07-24 01:29:12 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-07-24 01:29:12 +0000 |
commit | b67a0f92d2d55f6fccafdaaecd4f8386e4c8c4b4 (patch) | |
tree | 272c492c1862e21262a7c98d490e13b5bdeb10d7 /gtk/Makefile.am | |
parent | e62e05a80a778fe06d07bfc8a449a6b953213f4d (diff) | |
download | wireshark-b67a0f92d2d55f6fccafdaaecd4f8386e4c8c4b4.tar.gz wireshark-b67a0f92d2d55f6fccafdaaecd4f8386e4c8c4b4.tar.bz2 wireshark-b67a0f92d2d55f6fccafdaaecd4f8386e4c8c4b4.zip |
Move color_filters.c and color_filters.h up to the top-level directory,
as they're now (theoretically) toolkit-independent (modulo changes that
might be required to the code to update filter lists when a new filter
is read in).
svn path=/trunk/; revision=11500
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 7a1bc0e6f8..eb176a58ef 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -38,7 +38,6 @@ noinst_HEADERS = \ capture_dlg.h \ capture_prefs.h \ color_dlg.h \ - color_filters.h \ colors.h \ column_prefs.h \ compat_macros.h \ |