diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-21 00:39:49 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-21 00:39:49 +0800 |
commit | 63e82d2437ba18c31876defafb691422862fc91b (patch) | |
tree | bccd4385c38e6d7b2345a944b2d797cf0eaaeddf /libempathy-gtk/Makefile.am | |
parent | 94d5a22a766d6ad184a1ea9ae6468a875e847312 (diff) | |
download | gsoc2013-empathy-63e82d2437ba18c31876defafb691422862fc91b.tar gsoc2013-empathy-63e82d2437ba18c31876defafb691422862fc91b.tar.gz gsoc2013-empathy-63e82d2437ba18c31876defafb691422862fc91b.tar.bz2 gsoc2013-empathy-63e82d2437ba18c31876defafb691422862fc91b.tar.lz gsoc2013-empathy-63e82d2437ba18c31876defafb691422862fc91b.tar.xz gsoc2013-empathy-63e82d2437ba18c31876defafb691422862fc91b.tar.zst gsoc2013-empathy-63e82d2437ba18c31876defafb691422862fc91b.zip |
New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier Claessens).
svn path=/trunk/; revision=494
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 2e9966536..494e3c4ce 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -32,7 +32,11 @@ libempathy_gtk_la_SOURCES = \ empathy-contact-list-store.c \ empathy-contact-list-view.c \ empathy-preferences.c \ + empathy-theme.c \ + empathy-theme-boxes.c \ + empathy-theme-irc.c \ empathy-theme-manager.c \ + empathy-theme-utils.c \ empathy-smiley-manager.c \ empathy-chat-window.c \ empathy-chat.c \ @@ -85,7 +89,11 @@ libempathy_gtk_headers = \ empathy-contact-list-store.h \ empathy-contact-list-view.h \ empathy-preferences.h \ + empathy-theme.h \ + empathy-theme-boxes.h \ + empathy-theme-irc.h \ empathy-theme-manager.h \ + empathy-theme-utils.h \ empathy-smiley-manager.h \ empathy-chat-window.h \ empathy-chat.h \ |