[gnome-settings-daemon] common: Install test application



commit 2ce54c0067ccaf44f2370a266b5fd004cb17e3a3
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 2 15:26:03 2012 +0100

    common: Install test application

 plugins/common/Makefile.am |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/plugins/common/Makefile.am b/plugins/common/Makefile.am
index bb84a84..7e50db4 100644
--- a/plugins/common/Makefile.am
+++ b/plugins/common/Makefile.am
@@ -26,11 +26,13 @@ libcommon_la_LIBADD  = \
 	$(SETTINGS_PLUGIN_LIBS)		\
 	$(COMMON_LIBS)
 
-noinst_PROGRAMS = test-input-helper test-egg-key-parsing
+libexec_PROGRAMS = gsd-test-input-helper
 
-test_input_helper_SOURCES = test-input-helper.c
-test_input_helper_LDADD = libcommon.la
-test_input_helper_CFLAGS = $(libcommon_la_CFLAGS)
+gsd_test_input_helper_SOURCES = test-input-helper.c
+gsd_test_input_helper_LDADD = libcommon.la
+gsd_test_input_helper_CFLAGS = $(libcommon_la_CFLAGS)
+
+noinst_PROGRAMS = test-egg-key-parsing
 
 test_egg_key_parsing_SOURCES = test-egg-key-parsing.c
 test_egg_key_parsing_LDADD = libcommon.la $(COMMON_LIBS)



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