summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-03-25 18:07:06 -0400
committerColin Walters <walters@verbum.org>2011-03-25 18:08:26 -0400
commit752a97f9609bfe15b522a30dc0ca6d2c5b5acfc8 (patch)
tree392fa3b02bb2e6e980d00301b28354db4885a6c9 /gir
parent30e66074ef6268b4e332049e86d904c52d9bd1db (diff)
downloadgobject-introspection-752a97f9609bfe15b522a30dc0ca6d2c5b5acfc8.tar.gz
Don't dist gir/cairo-1.0.gir, it's generated
We should not be disting it, because it contains values derived from configure. Extract it out of STATIC_GIRSOURCES, and also move it to a Makefile rule rather than AC_SUBST as it should be so it gets cleaned properly.
Diffstat (limited to 'gir')
-rw-r--r--gir/cairo-1.0.gir.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gir/cairo-1.0.gir.in b/gir/cairo-1.0.gir.in
index 2c29406d..15e4b12f 100644
--- a/gir/cairo-1.0.gir.in
+++ b/gir/cairo-1.0.gir.in
@@ -3,9 +3,9 @@
xmlns="http://www.gtk.org/introspection/core/1.0"
xmlns:c="http://www.gtk.org/introspection/c/1.0"
xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
- <package name="@CAIRO_GIR_PACKAGE@"/>
+ <package name="%CAIRO_GIR_PACKAGE%"/>
<namespace name="cairo" version="1.0"
- shared-library="@CAIRO_SHARED_LIBRARY@"
+ shared-library="%CAIRO_SHARED_LIBRARY%"
c:identifier-prefixes="cairo"
c:symbol-prefixes="cairo">
<record name="Context" c:type="cairo_t" foreign="1"