[cheese/libcheese-adelaney] * Remove DBus from libcheese.



commit aeb5dadc250a7ab0bcec8253ec62ab5efd142632
Author: Aidan Delaney <a j delaney brighton ac uk>
Date:   Sat Oct 24 13:00:53 2009 +0100

    * Remove DBus from libcheese.

 libcheese/Makefile.am           |   17 +----
 libcheese/cheese-dbus-infos.xml |    9 ---
 libcheese/cheese-dbus.c         |  140 ---------------------------------------
 libcheese/cheese-dbus.h         |   57 ----------------
 4 files changed, 2 insertions(+), 221 deletions(-)
---
diff --git a/libcheese/Makefile.am b/libcheese/Makefile.am
index 59ba82b..01ff16c 100644
--- a/libcheese/Makefile.am
+++ b/libcheese/Makefile.am
@@ -1,6 +1,5 @@
 lib_LTLIBRARIES = libcheese.la
-libcheese_la_SOURCES = cheese-dbus.c \
-	cheese-gconf.c \
+libcheese_la_SOURCES = 	cheese-gconf.c \
 	cheese-webcam.c \
 	eog-thumbnail.c \
 	gst-audio-play.c
@@ -13,23 +12,11 @@ libcheese_la_CFLAGS = -DDATADIR=\"$(datadir)\"	\
 	-DAPPNAME_DATA_DIR=\"$(pkgdatadir)\"		\
 	-DGNOME_DESKTOP_USE_UNSTABLE_API=1		\
 	$(CHEESE_CFLAGS)
-include_HEADERS = cheese-dbus.h \
-	cheese-dbus-infos.h \
+include_HEADERS = 
 	cheese-gconf.h \
 	cheese-webcam.h \
 	eog-thumbnail.h \
 	gst-audio-play.h 
 
-
-#dbus
-BUILT_SOURCES = cheese-dbus-infos.h
 # We don't want to install this header
 noinst_HEADERS = $(BUILT_SOURCES) eog-thumbnail.h gst-audio-play.h
-
-# Correctly clean the generated headers, but keep the xml description
-CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = cheese-dbus-infos.xml
-
-#Rule to generate the binding headers
-cheese-dbus-infos.h:  
-	dbus-binding-tool --prefix=cheese_dbus --mode=glib-server cheese-dbus-infos.xml > $@
\ No newline at end of file



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