gobject-introspection r559 - trunk/gir
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r559 - trunk/gir
- Date: Sun, 31 Aug 2008 22:04:36 +0000 (UTC)
Author: johan
Date: Sun Aug 31 22:04:36 2008
New Revision: 559
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=559&view=rev
Log:
top_srcdir -> top_builddir
Modified:
trunk/gir/Makefile.am
Modified: trunk/gir/Makefile.am
==============================================================================
--- trunk/gir/Makefile.am (original)
+++ trunk/gir/Makefile.am Sun Aug 31 22:04:36 2008
@@ -15,7 +15,7 @@
endif
GLib.gir: $(G_IR_SCANNER) $(G_IR_SCANNER_FILES) Makefile
- PYTHONPATH=$(top_srcdir):$$PYTHONPATH $(G_IR_SCANNER) \
+ PYTHONPATH=$(top_builddir):$$PYTHONPATH $(G_IR_SCANNER) \
-v --namespace GLib \
--noclosure \
--output $@ \
@@ -41,7 +41,7 @@
endif
GObject.gir: GLib.gir $(G_IR_SCANNER) $(G_IR_SCANNER_FILES) Makefile
- PYTHONPATH=$(top_srcdir):$$PYTHONPATH $(G_IR_SCANNER) \
+ PYTHONPATH=$(top_builddir):$$PYTHONPATH $(G_IR_SCANNER) \
-v --namespace GObject \
--noclosure \
--output $@ \
@@ -90,7 +90,7 @@
endif
Gio.gir: GObject.gir $(G_IR_SCANNER) $(G_IR_SCANNER_FILES) Makefile
- PYTHONPATH=$(top_srcdir):$$PYTHONPATH $(G_IR_SCANNER) \
+ PYTHONPATH=$(top_builddir):$$PYTHONPATH $(G_IR_SCANNER) \
-v --namespace Gio \
--noclosure \
--output $@ \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]