summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@gnome.org>2014-04-18 10:55:28 +0200
committerLionel Landwerlin <llandwerlin@gmail.com>2014-04-22 11:14:23 +0100
commit2308cdca6c3dec186444fda46343520ba17b664d (patch)
tree72cb8459fe7afc855776b381048ae1e528a52caf
parentd04726d4291d4d706a72e97b11187f4e9d0f8512 (diff)
downloadclutter-gst-2308cdca6c3dec186444fda46343520ba17b664d.tar.gz
g-ir-scanner: do not hardcode libtool path
(see also https://bugzilla.gnome.org/show_bug.cgi?id=726571) 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 837f2e4..f9d4ecd 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -142,7 +142,7 @@ ClutterGst-@CLUTTER_GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-gs
--include=GstAudio-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 clutter-1.0 \