diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-12 23:38:10 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-12 23:38:10 +0800 |
commit | 0b4abd3ca3f42267963cf570a7161c4f5dced537 (patch) | |
tree | 1f4001c7c5047ff1f312afe672d7dac454cd113c /libempathy/Makefile.am | |
parent | 955a87dbef08d099fcda317be58e5b677a1ad93d (diff) | |
download | gsoc2013-empathy-0b4abd3ca3f42267963cf570a7161c4f5dced537.tar gsoc2013-empathy-0b4abd3ca3f42267963cf570a7161c4f5dced537.tar.gz gsoc2013-empathy-0b4abd3ca3f42267963cf570a7161c4f5dced537.tar.bz2 gsoc2013-empathy-0b4abd3ca3f42267963cf570a7161c4f5dced537.tar.lz gsoc2013-empathy-0b4abd3ca3f42267963cf570a7161c4f5dced537.tar.xz gsoc2013-empathy-0b4abd3ca3f42267963cf570a7161c4f5dced537.tar.zst gsoc2013-empathy-0b4abd3ca3f42267963cf570a7161c4f5dced537.zip |
Split EmpathyContactFactory to have one EmpathyTpContactFactory per account
svn path=/trunk/; revision=472
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 6d66c9321..733289f51 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -29,6 +29,7 @@ libempathy_la_SOURCES = \ empathy-contact-list.c \ empathy-contact-manager.c \ empathy-contact-factory.c \ + empathy-tp-contact-factory.c \ empathy-tp-group.c \ empathy-tp-contact-list.c \ empathy-tp-chat.c \ @@ -64,6 +65,7 @@ libempathy_headers = \ empathy-contact-list.h \ empathy-contact-manager.h \ empathy-contact-factory.h \ + empathy-tp-contact-factory.h \ empathy-tp-group.h \ empathy-tp-contact-list.h \ empathy-tp-chat.h \ |