[gnome-settings-daemon] common: Also look in $(builddir)



commit 7c323e893744ae9671996099dfdda02e4410dc65
Author: Colin Walters <walters verbum org>
Date:   Wed Nov 20 14:47:16 2013 -0500

    common: Also look in $(builddir)
    
    Since in Continuous, the gdbus-codegen for Shell ends up there.

 plugins/common/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/common/Makefile.am b/plugins/common/Makefile.am
index 59e458d..a26f4a7 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 = \


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