diff options
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 559d869a7..053c0c8e9 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -20,6 +20,8 @@ libempathy_la_SOURCES = \ empathy-account-manager.c \ empathy-chatroom.c \ empathy-chatroom-manager.c \ + empathy-call-factory.c \ + empathy-call-handler.c \ empathy-contact.c \ empathy-contact-factory.c \ empathy-contact-groups.c \ @@ -64,6 +66,8 @@ libempathy_headers = \ empathy-account-manager.h \ empathy-chatroom.h \ empathy-chatroom-manager.h \ + empathy-call-factory.h \ + empathy-call-handler.h \ empathy-contact.h \ empathy-contact-factory.h \ empathy-contact-groups.h \ |