diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-16 07:10:20 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:16:59 +0800 |
commit | 5862067c61a457f666a009f33d106132c404f513 (patch) | |
tree | 91be484c41a27619af4e27c36c5d008f73639c04 /libempathy/Makefile.am | |
parent | 5303e17a0d7389aad4263346a1e9cee2b08eaba4 (diff) | |
download | gsoc2013-empathy-5862067c61a457f666a009f33d106132c404f513.tar gsoc2013-empathy-5862067c61a457f666a009f33d106132c404f513.tar.gz gsoc2013-empathy-5862067c61a457f666a009f33d106132c404f513.tar.bz2 gsoc2013-empathy-5862067c61a457f666a009f33d106132c404f513.tar.lz gsoc2013-empathy-5862067c61a457f666a009f33d106132c404f513.tar.xz gsoc2013-empathy-5862067c61a457f666a009f33d106132c404f513.tar.zst gsoc2013-empathy-5862067c61a457f666a009f33d106132c404f513.zip |
Drop EmpathyContactFactory
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index f82f4cc0f..d035f8815 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -21,10 +21,9 @@ libempathy_la_SOURCES = \ empathy-account-manager.c \ empathy-chatroom.c \ empathy-chatroom-manager.c \ - empathy-call-factory.c \ - empathy-call-handler.c \ + empathy-call-factory.c \ + empathy-call-handler.c \ empathy-contact.c \ - empathy-contact-factory.c \ empathy-contact-groups.c \ empathy-contact-list.c \ empathy-contact-manager.c \ @@ -72,7 +71,6 @@ libempathy_headers = \ empathy-call-factory.h \ empathy-call-handler.h \ empathy-contact.h \ - empathy-contact-factory.h \ empathy-contact-groups.h \ empathy-contact-list.h \ empathy-contact-manager.h \ |