From a4b6dd885961948f5e4bd98e9c0f86de851f95da Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 22 Apr 2014 11:17:15 +0100 Subject: clutter-gst: do not hardcore libtool path https://bugzilla.gnome.org/show_bug.cgi?id=728484 --- clutter-gst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am index 5668b34..99aa350 100644 --- a/clutter-gst/Makefile.am +++ b/clutter-gst/Makefile.am @@ -156,7 +156,7 @@ ClutterGst-@CLUTTER_GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-gs --include=GstPbutils-1.0 \ --add-init-section="clutter_gst_init(0,NULL);" \ --library=libclutter-gst-@CLUTTER_GST_API_VERSION@.la \ - --libtool="$(top_builddir)/libtool" \ + --libtool="${LIBTOOL}" \ --output $@ \ --pkg gobject-2.0 \ --pkg cogl-1.0 \ -- cgit v1.2.1