gobject-introspection r766 - in trunk: . tests/types
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r766 - in trunk: . tests/types
- Date: Mon, 20 Oct 2008 21:03:13 +0000 (UTC)
Author: walters
Date: Mon Oct 20 21:03:13 2008
New Revision: 766
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=766&view=rev
Log:
Bug 557147 - fix build; patch from Andreas Rottmann
Modified:
trunk/ChangeLog
trunk/tests/types/Makefile.am
Modified: trunk/tests/types/Makefile.am
==============================================================================
--- trunk/tests/types/Makefile.am (original)
+++ trunk/tests/types/Makefile.am Mon Oct 20 21:03:13 2008
@@ -41,4 +41,4 @@
%.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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]