[anjuta] build: Fix when building with introspection outside source directory



commit 78661529386b817b29f55abe2a51c1810f121da9
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Tue Nov 2 20:51:28 2010 +0100

    build: Fix when building with introspection outside source directory

 libanjuta/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/Makefile.am b/libanjuta/Makefile.am
index 85589f0..3886f0a 100644
--- a/libanjuta/Makefile.am
+++ b/libanjuta/Makefile.am
@@ -218,7 +218,7 @@ DISTCLEANFILES = \
 
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
-INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
+INTROSPECTION_SCANNER_ARGS = --add-include-path=$(builddir) -I $(top_builddir)
 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
 
 if HAVE_INTROSPECTION



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