Add a g_ir_compiler variable
authorJohan Dahlin <johan@gnome.org>
Tue, 19 Aug 2008 21:35:55 +0000 (21:35 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Tue, 19 Aug 2008 21:35:55 +0000 (21:35 +0000)
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

ChangeLog
gobject-introspection-1.0.pc.in

index 8241b15..0b2d8ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ab88442..2f9c187 100644 (file)
@@ -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