From: Halton Huo Date: Mon, 21 Sep 2009 16:33:57 +0000 (-0400) 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=e388b242b4085a091b29e2572172b893e9501681;p=libchamplain Fix 595534 add --libtool to allow build pass on Solaris --- diff --git a/AUTHORS b/AUTHORS index 328eabf..9502c67 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,3 +24,4 @@ Frederic Peters Cosimo Cecchi Vincent Untz Felix Riemann +Halton Huo diff --git a/champlain-gtk/Makefile.am b/champlain-gtk/Makefile.am index 0a64f5c..9e2a5c3 100644 --- a/champlain-gtk/Makefile.am +++ b/champlain-gtk/Makefile.am @@ -49,6 +49,7 @@ GtkChamplain-0.4.gir: $(INTROSPECTION_SCANNER) libchamplain-gtk-0.4.la --include=Clutter-1.0 \ --include=Gtk-2.0 \ --library=champlain-gtk-0.4 \ + --libtool="$(LIBTOOL)" \ --output $@ \ --pkg gobject-2.0 \ --pkg gtk+-2.0 \ diff --git a/champlain/Makefile.am b/champlain/Makefile.am index 26ae16e..4ac1cfe 100644 --- a/champlain/Makefile.am +++ b/champlain/Makefile.am @@ -170,6 +170,7 @@ Champlain-0.4.gir: $(INTROSPECTION_SCANNER) libchamplain-0.4.la --include=Clutter-1.0 \ --include=Gtk-2.0 \ --library=champlain-0.4 \ + --libtool="$(LIBTOOL)" \ --output $@ \ --pkg gobject-2.0 \ --pkg gtk+-2.0 \