[gobject-introspection] [test] Use INTROSPECTION_SCANNER



commit 240c2a1351fe44947fecbb87f56c7ca9801c7593
Author: Johan Dahlin <johan gnome org>
Date:   Mon Sep 13 10:35:01 2010 -0300

    [test] Use INTROSPECTION_SCANNER
    
    Since it sets the PYTHONPATH properly

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 77784ef..db8710a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -29,7 +29,7 @@ BUILT_SOURCES += everything.c everything.h
 
 CLEANFILES += $(BUILT_SOURCES) everything-stamp.h
 everything-stamp.h: Makefile
-	$(AM_V_GEN) $(top_builddir)/tools/g-ir-scanner --generate-typelib-tests=Everything,everything.h,everything.c
+	$(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --generate-typelib-tests=Everything,everything.h,everything.c
 	touch $@
 
 everything.c: everything-stamp.h



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