aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 3979f1764..3cec070e4 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -45,6 +45,10 @@
#include <telepathy-glib/connection-manager.h>
#include <telepathy-glib/interfaces.h>
+#if HAVE_CALL
+ #include <telepathy-yell/telepathy-yell.h>
+#endif
+
#include <telepathy-logger/log-manager.h>
#include <libempathy/empathy-idle.h>
@@ -432,6 +436,8 @@ main (int argc, char *argv[])
gtk_clutter_init (&argc, &argv);
#endif
+ tpy_cli_init ();
+
empathy_init ();
optcontext = g_option_context_new (N_("- Empathy IM Client"));