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



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

    a11y-settings: Install test application

 plugins/a11y-settings/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/a11y-settings/Makefile.am b/plugins/a11y-settings/Makefile.am
index f996265..02f85e3 100644
--- a/plugins/a11y-settings/Makefile.am
+++ b/plugins/a11y-settings/Makefile.am
@@ -1,13 +1,13 @@
 plugin_name = a11y-settings
 
-noinst_PROGRAMS = test-a11y-settings
+libexec_PROGRAMS = gsd-test-a11y-settings
 
-test_a11y_settings_SOURCES =		\
+gsd_test_a11y_settings_SOURCES =	\
 	gsd-a11y-settings-manager.h	\
 	gsd-a11y-settings-manager.c	\
 	test-a11y-settings.c
 
-test_a11y_settings_CFLAGS =					\
+gsd_test_a11y_settings_CFLAGS =					\
 	-I$(top_srcdir)/gnome-settings-daemon			\
 	-I$(top_srcdir)/plugins/common				\
 	-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\"	\
@@ -15,7 +15,7 @@ test_a11y_settings_CFLAGS =					\
 	$(SETTINGS_PLUGIN_CFLAGS)				\
 	$(AM_CFLAGS)
 
-test_a11y_settings_LDADD =					\
+gsd_test_a11y_settings_LDADD =					\
 	$(top_builddir)/gnome-settings-daemon/libgsd.la		\
 	$(top_builddir)/plugins/common/libcommon.la		\
 	$(SETTINGS_PLUGIN_LIBS)



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