[at-spi2-core] build: Fix srcdir != builddir from git



commit b6db56dfa26af144dd02a9657e02e8027e729d69
Author: Colin Walters <walters verbum org>
Date:   Tue Feb 4 09:27:33 2014 -0500

    build: Fix srcdir != builddir from git
    
    As used by Continuous.

 atspi/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/atspi/Makefile.am b/atspi/Makefile.am
index bd5b279..bc35166 100644
--- a/atspi/Makefile.am
+++ b/atspi/Makefile.am
@@ -6,6 +6,8 @@ libatspi_la_CFLAGS = $(DBUS_CFLAGS) \
                    $(DBIND_CFLAGS)     \
                    $(GLIB_CFLAGS)     \
                    -I$(top_srcdir)/registryd \
+                   -I$(top_builddir)/registryd \
+                    -I$(top_builddir) \
                     -I$(top_srcdir)
 
 libatspi_la_LIBADD = $(DBUS_LIBS) \


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