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 20:03:39 +0800
commit7c9f3c83e7abdf4c3a5dfc6b7dc91e671e79b662 (patch)
tree550a22e862e30a1c033d7b53f29f21cb1d2d72dd /libempathy/Makefile.am
parent39ff96975fe694db89e96574a256db64f6fa365b (diff)
downloadgsoc2013-empathy-7c9f3c83e7abdf4c3a5dfc6b7dc91e671e79b662.tar
gsoc2013-empathy-7c9f3c83e7abdf4c3a5dfc6b7dc91e671e79b662.tar.gz
gsoc2013-empathy-7c9f3c83e7abdf4c3a5dfc6b7dc91e671e79b662.tar.bz2
gsoc2013-empathy-7c9f3c83e7abdf4c3a5dfc6b7dc91e671e79b662.tar.lz
gsoc2013-empathy-7c9f3c83e7abdf4c3a5dfc6b7dc91e671e79b662.tar.xz
gsoc2013-empathy-7c9f3c83e7abdf4c3a5dfc6b7dc91e671e79b662.tar.zst
gsoc2013-empathy-7c9f3c83e7abdf4c3a5dfc6b7dc91e671e79b662.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 3e510b5d6..5336064d1 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -27,6 +27,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 \
@@ -67,6 +68,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 \