diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-02-03 17:02:41 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 17:02:41 +0800 |
commit | 371a7a4d93ba32f2ea9b9a18a36410ca7702ae23 (patch) | |
tree | 77631bd166b21726f5dd68482f34ed2fd2dbb5e4 /libempathy/Makefile.am | |
parent | cbc58090d94638c121b54dfbd9c9829323675e2a (diff) | |
download | gsoc2013-empathy-371a7a4d93ba32f2ea9b9a18a36410ca7702ae23.tar gsoc2013-empathy-371a7a4d93ba32f2ea9b9a18a36410ca7702ae23.tar.gz gsoc2013-empathy-371a7a4d93ba32f2ea9b9a18a36410ca7702ae23.tar.bz2 gsoc2013-empathy-371a7a4d93ba32f2ea9b9a18a36410ca7702ae23.tar.lz gsoc2013-empathy-371a7a4d93ba32f2ea9b9a18a36410ca7702ae23.tar.xz gsoc2013-empathy-371a7a4d93ba32f2ea9b9a18a36410ca7702ae23.tar.zst gsoc2013-empathy-371a7a4d93ba32f2ea9b9a18a36410ca7702ae23.zip |
Add Stub call factor and call handler objects
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2381
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 \ |