summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-08-19 21:35:55 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-19 21:35:55 +0000
commita1285a2af21ed9b96aa3378d6ecfbc4b8b778a5a (patch)
tree7b357baec94531f3a2658efb5b9934c58c3e362f
parent43ae21545983485663cf1eb50ddd4e4853c31a18 (diff)
downloadgobject-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--ChangeLog5
-rw-r--r--gobject-introspection-1.0.pc.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8241b151..0b2d8ac1 100644
--- 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
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