aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-12 20:52:30 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-10 19:57:32 +0800
commit3272874ae2d8cf8e53dd939fb590fbf63c9dc6fa (patch)
tree5075c8cf6073b44485b7754111865f3aaa1a5ff1 /libempathy/Makefile.am
parent356be50ba481e0046c0ade43032de78322f3eaa8 (diff)
downloadgsoc2013-empathy-3272874ae2d8cf8e53dd939fb590fbf63c9dc6fa.tar
gsoc2013-empathy-3272874ae2d8cf8e53dd939fb590fbf63c9dc6fa.tar.gz
gsoc2013-empathy-3272874ae2d8cf8e53dd939fb590fbf63c9dc6fa.tar.bz2
gsoc2013-empathy-3272874ae2d8cf8e53dd939fb590fbf63c9dc6fa.tar.lz
gsoc2013-empathy-3272874ae2d8cf8e53dd939fb590fbf63c9dc6fa.tar.xz
gsoc2013-empathy-3272874ae2d8cf8e53dd939fb590fbf63c9dc6fa.tar.zst
gsoc2013-empathy-3272874ae2d8cf8e53dd939fb590fbf63c9dc6fa.zip
add EmpathyChannelFactory (#634679)
It just delegates everything to TpAutomaticProxyFactory for now.
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r--libempathy/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 45c09f078..20225f7de 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -28,6 +28,7 @@ noinst_LTLIBRARIES = libempathy.la
libempathy_headers = \
empathy-account-settings.h \
empathy-auth-factory.h \
+ empathy-channel-factory.h \
empathy-chatroom-manager.h \
empathy-chatroom.h \
empathy-connection-managers.h \
@@ -68,6 +69,7 @@ libempathy_la_SOURCES = \
$(libempathy_headers) \
empathy-account-settings.c \
empathy-auth-factory.c \
+ empathy-channel-factory.c \
empathy-chatroom-manager.c \
empathy-chatroom.c \
empathy-connection-managers.c \