[gnome-settings-daemon/gnome-3-10] xsettings: Use correct flags for test application
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/gnome-3-10] xsettings: Use correct flags for test application
- Date: Fri, 14 Mar 2014 14:43:02 +0000 (UTC)
commit 803481108a59a66fa2d6dd44ed039712b3dafa79
Author: Bastien Nocera <hadess hadess net>
Date: Wed Nov 20 13:02:24 2013 +0100
xsettings: Use correct flags for test application
The other test app might not have the same requirements as the
full plugin test app.
https://bugzilla.gnome.org/show_bug.cgi?id=709859
plugins/xsettings/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/xsettings/Makefile.am b/plugins/xsettings/Makefile.am
index 467fc85..76fb3ab 100644
--- a/plugins/xsettings/Makefile.am
+++ b/plugins/xsettings/Makefile.am
@@ -42,9 +42,9 @@ gsd_test_xsettings_SOURCES = \
fontconfig-monitor.h \
test-xsettings.c
-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)
+gsd_test_xsettings_CFLAGS = $(libxsettings_la_CFLAGS) $(PLUGIN_CFLAGS)
+gsd_test_xsettings_CPPFLAGS = $(libxsettings_la_CPPFLAGS) -I$(top_srcdir)/plugins/common
+gsd_test_xsettings_LDADD = $(libxsettings_la_LIBADD)
plugin_LTLIBRARIES = \
libxsettings.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]