summaryrefslogtreecommitdiff
path: root/plugins/xrandr
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-08-06 21:39:57 +0100
committerColin Walters <walters@verbum.org>2013-08-06 21:39:57 +0100
commit8aa16ea8a15ec6d6ea866aa7c175c72ed4b1d2c5 (patch)
tree624f0e2c6a76708ce06a897f2c557fda7dce39df /plugins/xrandr
parent4a0fabd4e7cb83a409c30a3a8aac83179e53ad43 (diff)
downloadgnome-settings-daemon-8aa16ea8a15ec6d6ea866aa7c175c72ed4b1d2c5.tar.gz
build: Fix srcdir != builddir
Diffstat (limited to 'plugins/xrandr')
-rw-r--r--plugins/xrandr/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/xrandr/Makefile.am b/plugins/xrandr/Makefile.am
index 3277a3ee..f6bf4fe1 100644
--- a/plugins/xrandr/Makefile.am
+++ b/plugins/xrandr/Makefile.am
@@ -39,6 +39,7 @@ gsd_test_xrandr_SOURCES = \
gsd_test_xrandr_CPPFLAGS = \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/plugins/common \
-DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-DLIBEXECDIR=\""$(libexecdir)"\" \
@@ -67,6 +68,7 @@ libxrandr_la_SOURCES = \
libxrandr_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
-I$(top_srcdir)/data/ \
-I$(top_srcdir)/plugins/common/ \
-DBINDIR=\"$(bindir)\" \