summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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