[rhythmbox] don't build rhythmbox-client for now, fix other build breaks



commit 9d4e5bcf1e969caa2f9848340ec610792c6a29d1
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Mar 8 08:17:07 2011 +1000

    don't build rhythmbox-client for now, fix other build breaks

 remote/dbus/Makefile.am |    5 +++--
 shell/main.c            |    2 --
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/remote/dbus/Makefile.am b/remote/dbus/Makefile.am
index 823a6d6..7fede7c 100644
--- a/remote/dbus/Makefile.am
+++ b/remote/dbus/Makefile.am
@@ -1,4 +1,5 @@
-bin_PROGRAMS = rhythmbox-client
+bin_PROGRAMS =
+# rhythmbox-client
 rhythmbox_client_SOURCES = rb-client.c
 rhythmbox_client_LDADD =				\
 	$(top_builddir)/lib/librb.la			\
@@ -19,5 +20,5 @@ INCLUDES = 						\
 	$(DBUS_CFLAGS)					\
 	-D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE
 
-EXTRA_DIST = rb-print-playing.py rb-set-rating.py
+EXTRA_DIST = rb-client.c rb-print-playing.py rb-set-rating.py
 
diff --git a/shell/main.c b/shell/main.c
index c0b7811..e4d806c 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -76,9 +76,7 @@
 
 #include <dbus/dbus-glib.h>
 #include "rb-shell-glue.h"
-#include "rb-shell-player-glue.h"
 #include "rb-playlist-manager.h"
-#include "rb-playlist-manager-glue.h"
 
 
 static gboolean debug           = FALSE;



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