]> err.no Git - libchamplain/commitdiff
Fix 590818: Fix build of introspection data with clutter 1.0
authorVincent Untz <vuntz@gnome.org>
Wed, 5 Aug 2009 13:01:23 +0000 (09:01 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 5 Aug 2009 13:01:23 +0000 (09:01 -0400)
AUTHORS
champlain-gtk/Makefile.am
champlain/Makefile.am

diff --git a/AUTHORS b/AUTHORS
index 2779b3a9602786b13928fad63cd935608eb90270..b5abf4cd50938a06238f4f0c0712c39b99b2c15e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,3 +22,4 @@ Sebastian Reichel <elektranox@gmail.com>
 Tim Horton <hortont424@gmail.com>
 Frederic Peters <fpeters@0d.be>
 Cosimo Cecchi <cosimoc@gnome.org>
+Vincent Untz <vuntz@gnome.org>
index 343c5f107c287b347dc515856d4fc376256b5c65..f38262482317656b0a487057d344ead76a884b59 100644 (file)
@@ -46,7 +46,7 @@ GtkChamplain-0.3.gir: $(INTROSPECTION_SCANNER) libchamplain-gtk-0.3.la
        $(INCLUDES) \
        --add-include-path=$(srcdir) --add-include=path=. \
        --c-include="$(libchamplain_include_HEADERS)" \
-       --include=Clutter-0.8 \
+       --include=Clutter-1.0 \
        --include=Gtk-2.0 \
        --library=champlain-gtk-0.3 \
        --output $@ \
index 330807c67aa6dd994733df4d28c0584249b5b2a6..ab414f72cada53bcc8463e55dfe8f0b0a0116fb9 100644 (file)
@@ -167,7 +167,7 @@ Champlain-0.3.gir: $(INTROSPECTION_SCANNER) libchamplain-0.3.la
        $(INCLUDES) \
        --add-include-path=$(srcdir) --add-include=path=. \
        --c-include="$(libchamplain_include_HEADERS)" \
-       --include=Clutter-0.8 \
+       --include=Clutter-1.0 \
        --include=Gtk-2.0 \
        --library=champlain-0.3 \
        --output $@ \