gobject-introspection r279 - trunk/tests/parser



Author: johan
Date: Sat May 31 21:06:14 2008
New Revision: 279
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=279&view=rev

Log:
And the Makefile, d'oh

Modified:
   trunk/tests/parser/Makefile.am

Modified: trunk/tests/parser/Makefile.am
==============================================================================
--- trunk/tests/parser/Makefile.am	(original)
+++ trunk/tests/parser/Makefile.am	Sat May 31 21:06:14 2008
@@ -20,7 +20,7 @@
 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 @@
 	--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 \



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