diff options
author | Antoine Jacoutot <ajacoutot@gnome.org> | 2014-04-09 16:44:07 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-04-17 09:26:20 +0100 |
commit | 3e24bbefba9889c621d35234143271d6f0453326 (patch) | |
tree | 38835f2d426b6731c616275ab4196b92b56118fa /libs/gst/controller | |
parent | 81f9a22228e5158b89e4aded38b4966a7b784b8b (diff) |
libs: g-ir-scanner: do not hardcode libtool path
https://bugzilla.gnome.org/show_bug.cgi?id=726571
Diffstat (limited to 'libs/gst/controller')
-rw-r--r-- | libs/gst/controller/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am index 3ae409886..4050f2703 100644 --- a/libs/gst/controller/Makefile.am +++ b/libs/gst/controller/Makefile.am @@ -63,7 +63,7 @@ GstController-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@ --library-path=$(top_builddir)/gst \ --library=libgstcontroller-@GST_API_VERSION@.la \ --include=Gst-@GST_API_VERSION@ \ - --libtool="$(top_builddir)/libtool" \ + --libtool="${LIBTOOL}" \ --pkg gstreamer-@GST_API_VERSION@ \ --pkg-export gstreamer-controller-@GST_API_VERSION@ \ --add-init-section="gst_init(NULL,NULL);" \ |