summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2008-08-23 16:11:01 +0000
committerColin Walters <walters@src.gnome.org>2008-08-23 16:11:01 +0000
commit6959cd0f881b7688895f7d881302c95754b5be7f (patch)
treecd62da2622a9cc182411f05130e21e8293d26088 /gir
parent1c4b0118f5bd60a398deb076a573f52e0aad38c6 (diff)
downloadgobject-introspection-6959cd0f881b7688895f7d881302c95754b5be7f.tar.gz
Ignore <include>. Parse them. Generate them. Process <include>
2008-08-22 Colin Walters <walters@verbum.org> * girepository/girparser.c: Ignore <include>. * giscanner/girparser.py: Parse them. * giscanner/girwriter.py: Generate them. * giscanner/transformer.py: Process <include> recursively. Don't require full path for includes, look in {$XDG_DATA_DIRS}/gir. * tools/g-ir-scanner: Pass through includes. * Makefile.am: Remove extra --include args for scanner. * *-expected.gir: Add expected includes. svn path=/trunk/; revision=467
Diffstat (limited to 'gir')
-rw-r--r--gir/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index e5e92396..60b01907 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -50,7 +50,6 @@ Gio.gir: GObject.gir $(G_IR_SCANNER) $(G_IR_SCANNER_FILES)
--noclosure \
--output $@ \
--strip-prefix=g \
- --include=$(top_builddir)/gir/GLib.gir \
--include=$(top_builddir)/gir/GObject.gir \
--library=gio-2.0 \
-I$(GIO_INCLUDEDIR) \