diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-29 23:49:21 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-29 23:49:21 +0800 |
commit | 98d76879d49bbe8acddaa0b3f056ea556bda6b70 (patch) | |
tree | d3a4656697bfc1aed894dc89011a3e5f1e91f899 /libempathy-gtk/Makefile.am | |
parent | 9c0af71c275a1e1a1fcbec99b90ab62acfecf67a (diff) | |
download | gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar.gz gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar.bz2 gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar.lz gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar.xz gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar.zst gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.zip |
Simplify chat theme system
svn path=/trunk/; revision=507
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 494e3c4ce..07336f55c 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -32,11 +32,10 @@ libempathy_gtk_la_SOURCES = \ empathy-contact-list-store.c \ empathy-contact-list-view.c \ empathy-preferences.c \ - empathy-theme.c \ + empathy-theme.c \ empathy-theme-boxes.c \ - empathy-theme-irc.c \ + empathy-theme-irc.c \ empathy-theme-manager.c \ - empathy-theme-utils.c \ empathy-smiley-manager.c \ empathy-chat-window.c \ empathy-chat.c \ @@ -89,11 +88,10 @@ libempathy_gtk_headers = \ empathy-contact-list-store.h \ empathy-contact-list-view.h \ empathy-preferences.h \ - empathy-theme.h \ + empathy-theme.h \ empathy-theme-boxes.h \ - empathy-theme-irc.h \ + empathy-theme-irc.h \ empathy-theme-manager.h \ - empathy-theme-utils.h \ empathy-smiley-manager.h \ empathy-chat-window.h \ empathy-chat.h \ |