From 3272874ae2d8cf8e53dd939fb590fbf63c9dc6fa Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 12 Nov 2010 13:52:30 +0100 Subject: add EmpathyChannelFactory (#634679) It just delegates everything to TpAutomaticProxyFactory for now. --- libempathy/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/Makefile.am') 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 \ -- cgit v1.2.3