[vino] Adding new files to Makefile



commit da861b9afa72ddb487dcdc5e563b9a682f65e6cd
Author: Arnaud Maillet <arnaud maillet collabora co uk>
Date:   Fri May 15 17:54:42 2009 +0200

    Adding new files to Makefile
---
 server/Makefile.am |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/server/Makefile.am b/server/Makefile.am
index 5e55277..240e061 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -69,6 +69,8 @@ vino_server_SOURCES = \
 	vino-status-icon.h \
 	vino-dbus-listener.c \
 	vino-dbus-listener.h \
+	vino-dbus-error.c \
+	vino-dbus-error.h \
 	vino-background.c \
 	vino-background.h \
 	vino-upnp.h \
@@ -77,6 +79,17 @@ vino_server_SOURCES = \
 	$(CORBA_SRCLIST) \
 	$(NULL)
 
+if TELEPATHY_GLIB
+
+INCLUDES += $(TELEPATHY_GLIB_CFLAGS)
+vino_server_LDADD += $(TELEPATHY_GLIB_LIBS)
+vino_server_SOURCES += \
+	vino-tube-servers-manager.c vino-tube-servers-manager.h		\
+	vino-tube-server.c vino-tube-server.h				\
+	$(NULL)
+
+endif
+
 dbus-interface-glue.h: dbus-interface.xml
 	dbus-binding-tool --prefix=vino_dbus_listener --mode=glib-server dbus-interface.xml > dbus-interface-glue.h
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]