aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-07 21:02:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-17 16:53:48 +0800
commit23d90f884b28cabd3b9b986998c118314a9238f9 (patch)
tree0d8be2485fd833194b2543979a0afbf086a038b5 /libempathy/Makefile.am
parenta7422e3aa529737591539a1e01889646c99e924b (diff)
downloadgsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.gz
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.bz2
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.lz
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.xz
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.zst
gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.zip
rename empathy-dispatcher to empathy-request-util
We don't have EmpathyDispatcher any more so this file just contains some utility functions now.
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r--libempathy/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 20225f7de..cfea24c0e 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -38,7 +38,6 @@ libempathy_headers = \
empathy-contact-manager.h \
empathy-contact.h \
empathy-debug.h \
- empathy-dispatcher.h \
empathy-ft-factory.h \
empathy-ft-handler.h \
empathy-gsettings.h \
@@ -50,6 +49,7 @@ libempathy_headers = \
empathy-keyring.h \
empathy-location.h \
empathy-message.h \
+ empathy-request-util.h \
empathy-server-sasl-handler.h \
empathy-server-tls-handler.h \
empathy-status-presets.h \
@@ -79,7 +79,6 @@ libempathy_la_SOURCES = \
empathy-contact-manager.c \
empathy-contact.c \
empathy-debug.c \
- empathy-dispatcher.c \
empathy-ft-factory.c \
empathy-ft-handler.c \
empathy-presence-manager.c \
@@ -89,6 +88,7 @@ libempathy_la_SOURCES = \
empathy-irc-server.c \
empathy-keyring.c \
empathy-message.c \
+ empathy-request-util.c \
empathy-server-sasl-handler.c \
empathy-server-tls-handler.c \
empathy-status-presets.c \