diff options
author | Johan Dahlin <johan@gnome.org> | 2008-08-19 21:35:55 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-19 21:35:55 +0000 |
commit | a1285a2af21ed9b96aa3378d6ecfbc4b8b778a5a (patch) | |
tree | 7b357baec94531f3a2658efb5b9934c58c3e362f | |
parent | 43ae21545983485663cf1eb50ddd4e4853c31a18 (diff) | |
download | gobject-introspection-a1285a2af21ed9b96aa3378d6ecfbc4b8b778a5a.tar.gz |
Add a g_ir_compiler variable
2008-08-19 Johan Dahlin <johan@gnome.org>
* gobject-introspection-1.0.pc.in:
Add a g_ir_compiler variable
svn path=/trunk/; revision=402
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gobject-introspection-1.0.pc.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-08-19 Johan Dahlin <johan@gnome.org> + + * gobject-introspection-1.0.pc.in: + Add a g_ir_compiler variable + 2008-08-19 Colin Walters <walters@verbum.org> * giscanner/ast.py: Rework types to be more closely diff --git a/gobject-introspection-1.0.pc.in b/gobject-introspection-1.0.pc.in index ab88442f..2f9c1875 100644 --- a/gobject-introspection-1.0.pc.in +++ b/gobject-introspection-1.0.pc.in @@ -5,6 +5,7 @@ bindir=@bindir@ includedir=@includedir@ g_ir_scanner=${bindir}/g-ir-scanner +g_ir_compiler=${bindir}/g-ir-compiler girdir=${prefix}/share/gir # FIXME: These needs to be ported to the GIR format first |