summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-10-20 21:03:13 +0000
committerColin Walters <walters@src.gnome.org>2008-10-20 21:03:13 +0000
commitd317722b94d3d7a5f68c68fe1c1f90fea3cb81f3 (patch)
treef1f1b931114d078ee31eb9ca0fa2de0eb532dadc /tests
parentdafab4fbcb732fa77996255857fec539e17bd4af (diff)
downloadgobject-introspection-d317722b94d3d7a5f68c68fe1c1f90fea3cb81f3.tar.gz
Bug 557147 - fix build; patch from Andreas Rottmann
svn path=/trunk/; revision=766
Diffstat (limited to 'tests')
-rw-r--r--tests/types/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/types/Makefile.am b/tests/types/Makefile.am
index c74dbe86..f24314e9 100644
--- a/tests/types/Makefile.am
+++ b/tests/types/Makefile.am
@@ -41,4 +41,4 @@ GIRS += gitesttypes-1.0.gir
%.typelib: %.gir $(top_builddir)/tools/g-ir-compiler$(EXEEXT) Makefile
$(top_builddir)/tools/g-ir-compiler --includedir=. --includedir=$(top_builddir)/gir $< -o $@
- $(SCANNER) --typelib-xml $< > $<.tmp && mv $<.tmp $<.txml
+ PYTHONPATH=$(top_builddir):$$PYTHONPATH $(SCANNER) --add-include-path=$(top_builddir)/gir --typelib-xml $< > $<.tmp && mv $<.tmp $<.txml