From: Halton Huo Date: Mon, 21 Sep 2009 16:33:57 +0000 (-0500) Subject: Fix 595534 add --libtool to allow build pass on Solaris X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7678cfc74c4334e691f9d847380605e861ce44c;p=libchamplain Fix 595534 add --libtool to allow build pass on Solaris --- diff --git a/AUTHORS b/AUTHORS index b2d0bf2..446dc4b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,4 +24,5 @@ Frederic Peters Cosimo Cecchi Vincent Untz Felix Riemann -Cédric Bosdonnat +Cédric Bosdonnat +Halton Huo 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 \