summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-13 10:35:01 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-13 10:35:01 -0300
commit240c2a1351fe44947fecbb87f56c7ca9801c7593 (patch)
treef44e099b0d33ab67c6d647b8c971c3ba5f9626bf
parentebefaab70fecba4b10b3413cb1f797bcaea949c5 (diff)
[test] Use INTROSPECTION_SCANNER
Since it sets the PYTHONPATH properly
-rw-r--r--tests/Makefile.am2
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