[grilo] pls: Include src/ in introspection



commit a60fc34bc8c9bbbb92d36782a9834a5f152055b4
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Sun Feb 9 14:02:55 2014 +0000

    pls: Include src/ in introspection
    
    Needed to find Grl-0.2.gir
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695303

 libs/pls/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libs/pls/Makefile.am b/libs/pls/Makefile.am
index 3362137..1534818 100644
--- a/libs/pls/Makefile.am
+++ b/libs/pls/Makefile.am
@@ -45,7 +45,8 @@ gir_headers = $(patsubst %,$(srcdir)/%, $(libgrlpls_ GRL_MAJORMINOR@include_HEAD
 gir_sources = $(patsubst %,$(srcdir)/%, $(libgrlpls_ GRL_MAJORMINOR@_la_SOURCES))
 
 INTROSPECTION_GIRS =
-INTROSPECTION_SCANNER_ARGS = --warn-all
+INTROSPECTION_SCANNER_ARGS = --warn-all --add-include-path=$(top_srcdir)/src
+INTROSPECTION_COMPILER_ARGS = --includedir=$(top_srcdir)/src
 
 introspection_sources =        \
        $(gir_headers)  \


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