From e3e5702a683c468ccc1742515b4033f32c7d1083 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 29 Sep 2007 12:08:45 +0000 Subject: Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier 2007-09-29 Xavier Claessens * libempathy-gtk/empathy-call-window.c: * libempathy-gtk/empathy-call-window.h: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-call-window.glade: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-chat-window.c: * src/empathy-call-chandler.c: * src/empathy-call.chandler: * src/org.gnome.Empathy.Call.service.in: * src/Makefile.am: * libempathy/empathy-utils.c: * libempathy/empathy-utils.h: * libempathy/empathy-tp-call.c: * libempathy/empathy-tp-call.h: * libempathy/Makefile.am: * libempathy/tp-stream-engine.xml: * configure.ac: * doc/libempathy-gtk/libempathy-gtk-docs.sgml: * doc/libempathy/libempathy.types: * doc/libempathy/libempathy-docs.sgml: * doc/libempathy/Makefile.am: * doc/libempathy/tmpl/empathy-utils.sgml: Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier Claessens). svn path=/trunk/; revision=339 --- libempathy/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'libempathy/Makefile.am') diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 9dc4021e2..0480d0bff 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -34,6 +34,7 @@ libempathy_la_SOURCES = \ empathy-tp-chat.c \ empathy-tp-chatroom.c \ empathy-tp-roomlist.c \ + empathy-tp-call.c \ empathy-chandler.c \ empathy-filter.c \ empathy-idle.c \ @@ -68,10 +69,12 @@ libempathy_headers = \ empathy-tp-chat.h \ empathy-tp-chatroom.h \ empathy-tp-roomlist.h \ + empathy-tp-call.h \ empathy-chandler.h \ empathy-filter.h \ empathy-idle.h \ - empathy-log-manager.h + empathy-log-manager.h \ + tp-stream-engine-gen.h libempathy_includedir = $(includedir)/libempathy/ libempathy_include_HEADERS = \ @@ -90,6 +93,10 @@ empathy-chandler-glue.h: empathy-chandler.xml Makefile empathy-filter-glue.h: empathy-filter.xml Makefile $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=empathy_filter --mode=glib-server --output=$@ $< +tp-stream-engine-gen.h: tp-stream-engine.xml Makefile.am + $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=tp_stream_engine --mode=glib-client --output=$@ $< + + empathy-enum-types.h: stamp-empathy-enum-types.h @true stamp-empathy-enum-types.h: $(libempathy_headers) Makefile -- cgit v1.2.3