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



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

    xsettings: Install test application

 plugins/xsettings/Makefile.am |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/plugins/xsettings/Makefile.am b/plugins/xsettings/Makefile.am
index 84dbacc..12bcfc8 100644
--- a/plugins/xsettings/Makefile.am
+++ b/plugins/xsettings/Makefile.am
@@ -2,7 +2,7 @@ NULL =
 
 plugin_name = xsettings
 
-noinst_PROGRAMS = test-gtk-modules test-xsettings
+noinst_PROGRAMS = test-gtk-modules
 
 test_gtk_modules_SOURCES =	\
 	gsd-xsettings-gtk.c	\
@@ -26,7 +26,9 @@ test_gtk_modules_CPPFLAGS =				\
 	-DGTK_MODULES_DIRECTORY=\""$(libdir)/gnome-settings-daemon- GSD_API_VERSION@/gtk-modules/"\" \
 	$(AM_CPPFLAGS)
 
-test_xsettings_SOURCES = \
+libexec_PROGRAMS = gsd-test-xsettings
+
+gsd_test_xsettings_SOURCES =	\
 	gsd-xsettings-gtk.c	\
 	gsd-xsettings-gtk.h	\
 	gsd-xsettings-manager.c	\
@@ -39,9 +41,9 @@ test_xsettings_SOURCES = \
 	fontconfig-monitor.h	\
 	test-xsettings.c
 
-test_xsettings_CFLAGS = $(test_gtk_modules_CFLAGS)
-test_xsettings_CPPFLAGS = $(test_gtk_modules_CPPFLAGS) -I$(top_srcdir)/plugins/common
-test_xsettings_LDADD = $(test_gtk_modules_LDADD)
+gsd_test_xsettings_CFLAGS = $(test_gtk_modules_CFLAGS)
+gsd_test_xsettings_CPPFLAGS = $(test_gtk_modules_CPPFLAGS) -I$(top_srcdir)/plugins/common
+gsd_test_xsettings_LDADD = $(test_gtk_modules_LDADD)
 
 plugin_LTLIBRARIES = \
 	libxsettings.la		\



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