[gnome-settings-daemon] xsettings: Use correct flags for test application
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] xsettings: Use correct flags for test application
- Date: Fri, 14 Mar 2014 14:37:27 +0000 (UTC)
commit 1b22778b40c2181df7905ef372ee379103906ce4
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 59a5f18..bb7ee14 100644
--- a/plugins/xsettings/Makefile.am
+++ b/plugins/xsettings/Makefile.am
@@ -44,9 +44,9 @@ gsd_test_xsettings_SOURCES = \
gsd-remote-display-manager.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]