From 389d71af383dacd5e67d460811926b34d7fcf22f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 26 Feb 2008 13:31:14 +0000 Subject: Make use of generated code for using stream engine. svn path=/trunk/; revision=664 --- src/Makefile.am | 1 + src/empathy-call-chandler.c | 2 ++ 2 files changed, 3 insertions(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 59d6c5c1f..d23eea90e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,6 +12,7 @@ AM_CPPFLAGS = \ LDADD = \ $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ $(top_builddir)/libempathy/libempathy.la \ + $(top_builddir)/extensions/libemp-extensions.la \ $(EMPATHY_LIBS) bin_PROGRAMS = \ diff --git a/src/empathy-call-chandler.c b/src/empathy-call-chandler.c index e1568c18c..2b359ec24 100644 --- a/src/empathy-call-chandler.c +++ b/src/empathy-call-chandler.c @@ -22,6 +22,7 @@ #include +#include #include #include #include @@ -68,6 +69,7 @@ main (int argc, char *argv[]) EmpathyChandler *chandler; gtk_init (&argc, &argv); + emp_cli_init (); mc = empathy_mission_control_new (); -- cgit v1.2.3