summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-04-22 11:17:15 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2014-04-22 11:18:37 +0100
commita4b6dd885961948f5e4bd98e9c0f86de851f95da (patch)
tree61edc2f6667cc558c54ee84cd1d854f10abbb60f
parent8839bb2752758f2734d31403055521ecb36fc4aa (diff)
downloadclutter-gst-a4b6dd885961948f5e4bd98e9c0f86de851f95da.tar.gz
clutter-gst: do not hardcore libtool path
https://bugzilla.gnome.org/show_bug.cgi?id=728484
-rw-r--r--clutter-gst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \