summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-11-20 14:47:16 -0500
committerColin Walters <walters@verbum.org>2013-11-20 14:47:16 -0500
commit7c323e893744ae9671996099dfdda02e4410dc65 (patch)
tree4d5955fde1c86ddbdd611836e6d26d5b859a4e0d
parent32d66150fbe231f0392c82630b5c6dda608ba17c (diff)
downloadgnome-settings-daemon-7c323e893744ae9671996099dfdda02e4410dc65.tar.gz
common: Also look in $(builddir)
Since in Continuous, the gdbus-codegen for Shell ends up there.
-rw-r--r--plugins/common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/common/Makefile.am b/plugins/common/Makefile.am
index 59e458da..a26f4a78 100644
--- a/plugins/common/Makefile.am
+++ b/plugins/common/Makefile.am
@@ -12,6 +12,7 @@ libcommon_la_SOURCES = \
libcommon_la_CPPFLAGS = \
-I$(top_srcdir)/gnome-settings-daemon \
+ -I$(top_builddir)/gnome-settings-daemon \
$(AM_CPPFLAGS)
libcommon_la_CFLAGS = \