From f8a4fe568bb27fe16b5b081464159549c7e10a57 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 31 May 2008 21:06:14 +0000 Subject: And the Makefile, d'oh svn path=/trunk/; revision=279 --- tests/parser/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/parser/Makefile.am b/tests/parser/Makefile.am index 5cced68c..93c7d324 100644 --- a/tests/parser/Makefile.am +++ b/tests/parser/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = utility-expected.gir Foo-expected.gir SCANNER = $(top_srcdir)/tools/g-ir-scanner utility.gir: libutility.la utility.h $(SCANNER) - @PYTHONPATH=$(top_builddir) $(SCANNER) -v \ + @$(SCANNER) -v \ --include=$(top_srcdir)/gir/gobject-2.0.gir \ --library=libutility.la \ --namespace=utility \ @@ -29,7 +29,7 @@ utility.gir: libutility.la utility.h $(SCANNER) --output $@ Foo.gir: libfoo.la foo-object.h $(SCANNER) - @PYTHONPATH=$(top_builddir) $(SCANNER) -v \ + @$(SCANNER) -v \ --include=$(top_srcdir)/gir/gobject-2.0.gir \ --include=$(top_builddir)/tests/parser/utility.gir \ --library=libfoo.la \ -- cgit v1.2.1