[gnome-settings-daemon] print-notifications: Install test application



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

    print-notifications: Install test application

 plugins/print-notifications/Makefile.am |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/plugins/print-notifications/Makefile.am b/plugins/print-notifications/Makefile.am
index 6d854f3..7e5060f 100644
--- a/plugins/print-notifications/Makefile.am
+++ b/plugins/print-notifications/Makefile.am
@@ -48,27 +48,26 @@ gsd_printer_LDADD  = 		\
 	$(CUPS_LIBS)		\
 	$(LIBNOTIFY_LIBS)
 
-noinst_PROGRAMS = \
-	test-print-notifications
+libexec_PROGRAMS = gsd-test-print-notifications
 
-test_print_notifications_SOURCES =		\
+gsd_test_print_notifications_SOURCES =		\
 	gsd-print-notifications-manager.c	\
 	gsd-print-notifications-manager.h	\
 	test-print-notifications.c
 
-test_print_notifications_CPPFLAGS =				\
+gsd_test_print_notifications_CPPFLAGS =				\
 	-I$(top_srcdir)/gnome-settings-daemon			\
 	-I$(top_srcdir)/plugins/common				\
-	-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" 	\
+	-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\"	\
 	-DLIBEXECDIR=\""$(libexecdir)"\"			\
 	$(AM_CPPFLAGS)
 
-test_print_notifications_CFLAGS =	\
+gsd_test_print_notifications_CFLAGS =	\
 	$(PLUGIN_CFLAGS)		\
 	$(SETTINGS_PLUGIN_CFLAGS)	\
 	$(AM_CFLAGS)
 
-test_print_notifications_LDADD =				\
+gsd_test_print_notifications_LDADD =				\
 	$(top_builddir)/gnome-settings-daemon/libgsd.la		\
 	$(SETTINGS_DAEMON_LIBS)					\
 	$(SETTINGS_PLUGIN_LIBS)					\



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