From 0b1031f1bf99bde7cb278e9d299934458f6c254a Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 5 Aug 2009 09:01:23 -0400 Subject: [PATCH] Fix 590818: Fix build of introspection data with clutter 1.0 --- AUTHORS | 1 + champlain-gtk/Makefile.am | 2 +- champlain/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2779b3a..b5abf4c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,3 +22,4 @@ Sebastian Reichel Tim Horton Frederic Peters Cosimo Cecchi +Vincent Untz diff --git a/champlain-gtk/Makefile.am b/champlain-gtk/Makefile.am index 343c5f1..f382624 100644 --- a/champlain-gtk/Makefile.am +++ b/champlain-gtk/Makefile.am @@ -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 $@ \ diff --git a/champlain/Makefile.am b/champlain/Makefile.am index 330807c..ab414f7 100644 --- a/champlain/Makefile.am +++ b/champlain/Makefile.am @@ -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 $@ \ -- 2.39.5