[libchamplain] Fix 595534 add --libtool to allow build pass on Solaris



commit c7678cfc74c4334e691f9d847380605e861ce44c
Author: Halton Huo <halton huo sun com>
Date:   Mon Sep 21 11:33:57 2009 -0500

    Fix 595534 add --libtool to allow build pass on Solaris

 AUTHORS                   |    3 ++-
 champlain-gtk/Makefile.am |    1 +
 champlain/Makefile.am     |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index b2d0bf2..446dc4b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,4 +24,5 @@ Frederic Peters <fpeters 0d be>
 Cosimo Cecchi <cosimoc gnome org>
 Vincent Untz <vuntz gnome org>
 Felix Riemann <friemann gnome org>
-Cédric Bosdonnat <cedric bosdonnat gmail com>
+Cédric Bosdonnat <cedric bosdonnat free fr>
+Halton Huo <halton huo sun com>
diff --git a/champlain-gtk/Makefile.am b/champlain-gtk/Makefile.am
index 365135e..13ae3e1 100644
--- a/champlain-gtk/Makefile.am
+++ b/champlain-gtk/Makefile.am
@@ -49,6 +49,7 @@ GtkChamplain-0.5.gir: $(INTROSPECTION_SCANNER) libchamplain-gtk-0.5.la
 	--include=Clutter-1.0 \
 	--include=Gtk-2.0 \
 	--library=champlain-gtk-0.5 \
+	--libtool="$(LIBTOOL)" \
 	--output $@ \
 	--pkg gobject-2.0 \
 	--pkg gtk+-2.0 \
diff --git a/champlain/Makefile.am b/champlain/Makefile.am
index 22faef4..d70771e 100644
--- a/champlain/Makefile.am
+++ b/champlain/Makefile.am
@@ -170,6 +170,7 @@ Champlain-0.5.gir: $(INTROSPECTION_SCANNER) libchamplain-0.5.la
 	--include=Clutter-1.0 \
 	--include=Gtk-2.0 \
 	--library=champlain-0.5 \
+	--libtool="$(LIBTOOL)" \
 	--output $@ \
 	--pkg gobject-2.0 \
 	--pkg gtk+-2.0 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]