diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-21 22:12:28 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-21 22:12:28 +0800 |
commit | c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa (patch) | |
tree | d34a9c7bdfb21e7550ebf85b5ee492ffa09e44fa /libempathy/Makefile.am | |
parent | 544f36035197498a61382036ee75b9310f1b0e83 (diff) | |
download | gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.gz gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.bz2 gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.lz gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.xz gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.zst gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.zip |
Move empathy-contact-groups to libempathy, it has nothing to do in -gtk
svn path=/trunk/; revision=592
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index c6c7faa8e..e6711c3c6 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -20,13 +20,14 @@ libempathy_la_SOURCES = \ empathy-avatar.c \ empathy-time.c \ empathy-presence.c \ - empathy-status-presets.c \ + empathy-status-presets.c \ empathy-debug.c \ empathy-utils.c \ empathy-message.c \ empathy-chatroom-manager.c \ empathy-chatroom.c \ empathy-contact.c \ + empathy-contact-groups.c \ empathy-contact-list.c \ empathy-contact-manager.c \ empathy-contact-factory.c \ @@ -64,6 +65,7 @@ libempathy_headers = \ empathy-chatroom-manager.h \ empathy-chatroom.h \ empathy-contact.h \ + empathy-contact-groups.h \ empathy-contact-list.h \ empathy-contact-manager.h \ empathy-contact-factory.h \ @@ -142,6 +144,7 @@ empathy-enum-types.c: $(libempathy_headers) Makefile dtddir = $(datadir)/empathy dtd_DATA = \ empathy-status-presets.dtd \ + empathy-contact-groups.dtd \ empathy-chatroom-manager.dtd stylesheetdir = $(datadir)/empathy |