From 9940bfed4c589710add05be776b7b1817bf9d48d Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 9 Jan 2009 16:12:07 +0000 Subject: Start reworking the dispatcher Rework the channel dispatche so it's model is somewhat similar to the ChannelDispatcher in the telepathy-spec. Which allows for a much cleaner and extensible implementation containg no ugly hacks. Currently it's only able to do Text Channels and a lot of the other functionality is temporary disabled Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2130 --- 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 c1bdd6248..7ca8b7104 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -28,6 +28,7 @@ libempathy_la_SOURCES = \ empathy-contact-monitor.c \ empathy-debug.c \ empathy-dispatcher.c \ + empathy-dispatch-operation.c \ empathy-idle.c \ empathy-irc-network.c \ empathy-irc-network-manager.c \ @@ -71,6 +72,7 @@ libempathy_headers = \ empathy-contact-monitor.h \ empathy-debug.h \ empathy-dispatcher.h \ + empathy-dispatch-operation.h \ empathy-idle.h \ empathy-irc-network.h \ empathy-irc-network-manager.h \ -- cgit v1.2.3