diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:12:07 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:12:07 +0800 |
commit | 9940bfed4c589710add05be776b7b1817bf9d48d (patch) | |
tree | a60db33d3e746612c1c502006d151fd40407dc33 /libempathy/Makefile.am | |
parent | 9d4e38bf73836e75dd4a86b3929317b612236f1f (diff) | |
download | gsoc2013-empathy-9940bfed4c589710add05be776b7b1817bf9d48d.tar gsoc2013-empathy-9940bfed4c589710add05be776b7b1817bf9d48d.tar.gz gsoc2013-empathy-9940bfed4c589710add05be776b7b1817bf9d48d.tar.bz2 gsoc2013-empathy-9940bfed4c589710add05be776b7b1817bf9d48d.tar.lz gsoc2013-empathy-9940bfed4c589710add05be776b7b1817bf9d48d.tar.xz gsoc2013-empathy-9940bfed4c589710add05be776b7b1817bf9d48d.tar.zst gsoc2013-empathy-9940bfed4c589710add05be776b7b1817bf9d48d.zip |
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 <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2130
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |