libs: g-ir-scanner: do not hardcode libtool path
authorAntoine Jacoutot <ajacoutot@gnome.org>
Fri, 18 Apr 2014 08:38:47 +0000 (10:38 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 18 May 2018 12:49:53 +0000 (14:49 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=726571

gst-libs/gst/insertbin/Makefile.am
gst-libs/gst/mpegts/Makefile.am

index 1f8ea30..330af83 100644 (file)
@@ -45,7 +45,7 @@ GstInsertBin-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstinsertbin-@GS
                --library=libgstinsertbin-@GST_API_VERSION@.la \
                --include=Gst-@GST_API_VERSION@ \
                --include=GstBase-@GST_API_VERSION@ \
-               --libtool="$(top_builddir)/libtool" \
+               --libtool="${LIBTOOL}" \
                --pkg gstreamer-@GST_API_VERSION@ \
                --pkg gstreamer-base-@GST_API_VERSION@ \
                --pkg-export gstreamer-insertbin-@GST_API_VERSION@ \
index f264e33..7049820 100644 (file)
@@ -82,7 +82,7 @@ GstMpegts-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstmpegts-@GST_API_
                --add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-video-@GST_API_VERSION@` \
                --library=libgstmpegts-@GST_API_VERSION@.la \
                --include=Gst-@GST_API_VERSION@ \
-               --libtool="$(top_builddir)/libtool" \
+               --libtool="${LIBTOOL}" \
                --pkg gstreamer-@GST_API_VERSION@ \
                --pkg gstreamer-video-@GST_API_VERSION@ \
                --pkg-export gstreamer-mpegts-@GST_API_VERSION@ \