From e388b242b4085a091b29e2572172b893e9501681 Mon Sep 17 00:00:00 2001 From: Halton Huo Date: Mon, 21 Sep 2009 12:33:57 -0400 Subject: [PATCH] Fix 595534 add --libtool to allow build pass on Solaris --- AUTHORS | 1 + champlain-gtk/Makefile.am | 1 + champlain/Makefile.am | 1 + 3 files changed, 3 insertions(+) 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 \ -- 2.39.5