From a7497869e9014f6c7e13d7c1f2bb929b738fef38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 28 Jun 2011 16:03:17 +0100 Subject: Remove power service for now We are going to use gnome-settings-daemon directly --- Makefile.am | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2812ec6..a2af6a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,20 +2,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = po -############################################################ - -# DBus service file -dbus_servicesdir = $(DBUSSERVICEDIR) -dbus_services_DATA = data/indicator-power.service - -# Rule to make the service file with libexecdir expanded -%.service: %.service.in - sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ - -############################################################ - -libexec_PROGRAMS = indicator-power-service - ################### # Indicator Stuff ################### @@ -36,38 +22,6 @@ libpower_la_LDFLAGS = \ -module \ -avoid-version -################ -# Status Stuff -################ - -indicator_power_service_SOURCES = \ - src/gen-power-service.xml.c \ - src/power-service-dbus.h \ - src/power-service-dbus.c \ - src/power-service.c -indicator_power_service_CFLAGS = \ - $(POWERSERVICE_CFLAGS) \ - -Wall -Werror \ - -DLOCALEDIR=\"$(localedir)\" \ - -DG_LOG_DOMAIN=\"Indicator-Power\" -indicator_power_service_LDADD = \ - $(POWERSERVICE_LIBS) - -src/gen-%.xml.c: src/%.xml - @echo "Building $@ from $<" - @echo "const char * _$(subst -,_,$(subst .,_,$(notdir $(basename $<)))) = " > $@ - @sed -e "s:\":\\\\\":g" -e s:^:\": -e s:\$$:\\\\n\": $< >> $@ - @echo ";" >> $@ - -src/gen-%.xml.h: src/%.xml - @echo "Building $@ from $<" - @echo "extern const char * _$(subst -,_,$(subst .,_,$(notdir $(basename $<))));" > $@ - -BUILT_SOURCES = \ - src/gen-power-service.xml.c \ - src/gen-power-service.xml.h - - ############################################################ EXTRA_DIST = autogen.sh -- cgit v1.2.3