Makefile: Don't hardcode libtool for g-i build

Similar to the other commits in core/base/bad
This commit is contained in:
Edward Hervey 2018-05-18 14:53:49 +02:00 committed by Edward Hervey
parent 913eae2e7e
commit 89e6ee73b1

View file

@ -98,7 +98,7 @@ GstRtspServer-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtspserver-@
--include=Gst-@GST_API_VERSION@ \
--include=GstRtsp-@GST_API_VERSION@ \
--include=GstNet-@GST_API_VERSION@ \
--libtool="$(top_builddir)/libtool" \
--libtool="${LIBTOOL}" \
--pkg gstreamer-@GST_API_VERSION@ \
--pkg gstreamer-rtsp-@GST_API_VERSION@ \
--pkg gstreamer-net-@GST_API_VERSION@ \