[gnome-settings-daemon] power: Stop installing the test application



commit 1a9230de99f9375f7109650f9c775af725916c9f
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 29 12:02:53 2013 +0100

    power: Stop installing the test application
    
    It doesn't work properly when launched on its own (expected D-Bus
    names are different for example), and we want to use fake hardware
    for the test suite.

 plugins/power/Makefile.am |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/plugins/power/Makefile.am b/plugins/power/Makefile.am
index 88e73da..4ceec0d 100644
--- a/plugins/power/Makefile.am
+++ b/plugins/power/Makefile.am
@@ -62,7 +62,7 @@ gsd_backlight_helper_SOURCES =				\
 	gsd-backlight-linux.h				\
 	gsd-backlight-helper.c
 
-libexec_PROGRAMS = gsd-test-power
+noinst_PROGRAMS = gsd-test-power
 gsd_test_power_SOURCES =				\
 	gpm-common.c					\
 	gpm-common.h					\
@@ -90,8 +90,7 @@ EXTRA_DIST = 						\
 	$(NULL)
 
 if HAVE_GUDEV
-libexec_PROGRAMS +=					\
-	gsd-backlight-helper
+libexec_PROGRAMS = gsd-backlight-helper
 
 gsd_backlight_helper_LDFLAGS =				\
 	$(BACKLIGHT_HELPER_LIBS)			\
@@ -131,7 +130,7 @@ gsdpowerconstants.py: gsd-power-constants-update.pl gsd-power-constants.h
 gsdpowerenums.py: gsd-power-enums-update gsd-power-enums.h gsd-power-enums.c
 	$(AM_V_GEN) $(builddir)/gsd-power-enums-update > $@
 
-noinst_PROGRAMS = gsd-power-enums-update
+noinst_PROGRAMS += gsd-power-enums-update
 gsd_power_enums_update_SOURCES =		\
 	gsd-power-enums-update.c		\
 	gsd-power-enums.h			\



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