summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:05:52 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:05:52 -0400
commit4261692187c23eaf9be323a207bded94fbe164ea (patch)
tree58feab9339aed86f7e22596efab5db80dd3af0cf /ext
parent1c6cd54477c0c467293d28601d51fdf931237a4b (diff)
downloadgstreamer-plugins-bad-4261692187c23eaf9be323a207bded94fbe164ea.tar.gz
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
Diffstat (limited to 'ext')
-rw-r--r--ext/assrender/Makefile.am1
-rw-r--r--ext/bs2b/Makefile.am1
-rw-r--r--ext/bz2/Makefile.am1
-rw-r--r--ext/chromaprint/Makefile.am1
-rw-r--r--ext/curl/Makefile.am1
-rw-r--r--ext/daala/Makefile.am1
-rw-r--r--ext/dash/Makefile.am1
-rw-r--r--ext/dc1394/Makefile.am2
-rw-r--r--ext/directfb/Makefile.am1
-rw-r--r--ext/dtls/Makefile.am1
-rw-r--r--ext/dts/Makefile.am1
-rw-r--r--ext/faac/Makefile.am1
-rw-r--r--ext/faad/Makefile.am1
-rw-r--r--ext/fdkaac/Makefile.am1
-rw-r--r--ext/flite/Makefile.am1
-rw-r--r--ext/fluidsynth/Makefile.am1
-rw-r--r--ext/gl/Makefile.am2
-rw-r--r--ext/gme/Makefile.am1
-rw-r--r--ext/gsm/Makefile.am1
-rw-r--r--ext/gtk/Makefile.am1
-rw-r--r--ext/hls/Makefile.am1
-rw-r--r--ext/iqa/Makefile.am1
-rw-r--r--ext/kate/Makefile.am1
-rw-r--r--ext/ladspa/Makefile.am1
-rw-r--r--ext/libde265/Makefile.am1
-rw-r--r--ext/libmms/Makefile.am1
-rw-r--r--ext/lv2/Makefile.am1
-rw-r--r--ext/modplug/Makefile.am1
-rw-r--r--ext/mpeg2enc/Makefile.am1
-rw-r--r--ext/mplex/Makefile.am1
-rw-r--r--ext/musepack/Makefile.am1
-rw-r--r--ext/neon/Makefile.am1
-rw-r--r--ext/ofa/Makefile.am1
-rw-r--r--ext/openal/Makefile.am1
-rw-r--r--ext/opencv/Makefile.am1
-rw-r--r--ext/openexr/Makefile.am1
-rw-r--r--ext/openh264/Makefile.am1
-rw-r--r--ext/openjpeg/Makefile.am1
-rw-r--r--ext/openni2/Makefile.am3
-rw-r--r--ext/opus/Makefile.am1
-rw-r--r--ext/qt/Makefile.am1
-rw-r--r--ext/resindvd/Makefile.am1
-rw-r--r--ext/rsvg/Makefile.am1
-rw-r--r--ext/rtmp/Makefile.am2
-rw-r--r--ext/sbc/Makefile.am1
-rw-r--r--ext/schroedinger/Makefile.am1
-rw-r--r--ext/smoothstreaming/Makefile.am1
-rw-r--r--ext/sndfile/Makefile.am1
-rw-r--r--ext/soundtouch/Makefile.am1
-rw-r--r--ext/spandsp/Makefile.am1
-rw-r--r--ext/spc/Makefile.am1
-rw-r--r--ext/srtp/Makefile.am1
-rw-r--r--ext/teletextdec/Makefile.am1
-rw-r--r--ext/ttml/Makefile.am1
-rw-r--r--ext/voaacenc/Makefile.am1
-rw-r--r--ext/voamrwbenc/Makefile.am1
-rw-r--r--ext/vulkan/Makefile.am1
-rw-r--r--ext/wayland/Makefile.am1
-rw-r--r--ext/webp/Makefile.am2
-rw-r--r--ext/wildmidi/Makefile.am1
-rw-r--r--ext/x265/Makefile.am1
-rw-r--r--ext/zbar/Makefile.am1
62 files changed, 2 insertions, 66 deletions
diff --git a/ext/assrender/Makefile.am b/ext/assrender/Makefile.am
index 07e830bcf..71971dfa1 100644
--- a/ext/assrender/Makefile.am
+++ b/ext/assrender/Makefile.am
@@ -4,6 +4,5 @@ libgstassrender_la_SOURCES = gstassrender.c
libgstassrender_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ASSRENDER_CFLAGS)
libgstassrender_la_LIBADD = $(ASSRENDER_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstvideo-@GST_API_VERSION@
libgstassrender_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstassrender_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstassrender.h
diff --git a/ext/bs2b/Makefile.am b/ext/bs2b/Makefile.am
index 8516ec9dc..02d043eee 100644
--- a/ext/bs2b/Makefile.am
+++ b/ext/bs2b/Makefile.am
@@ -10,6 +10,5 @@ libgstbs2b_la_LIBADD = \
$(GST_BASE_LIBS) $(GST_LIBS) \
$(BS2B_LIBS)
libgstbs2b_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstbs2b_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstbs2b.h
diff --git a/ext/bz2/Makefile.am b/ext/bz2/Makefile.am
index c3ef91bfd..8b16155d9 100644
--- a/ext/bz2/Makefile.am
+++ b/ext/bz2/Makefile.am
@@ -6,7 +6,6 @@ libgstbz2_la_SOURCES = \
libgstbz2_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstbz2_la_LIBADD = $(GST_BASE_LIBS) $(BZ2_LIBS)
libgstbz2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstbz2_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstbz2dec.h gstbz2enc.h
diff --git a/ext/chromaprint/Makefile.am b/ext/chromaprint/Makefile.am
index 9d0dd96bd..0bd9a9dcc 100644
--- a/ext/chromaprint/Makefile.am
+++ b/ext/chromaprint/Makefile.am
@@ -10,6 +10,5 @@ libgstchromaprint_la_LIBADD = \
$(GST_BASE_LIBS) $(GST_LIBS) \
$(CHROMAPRINT_LIBS)
libgstchromaprint_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstchromaprint_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstchromaprint.h
diff --git a/ext/curl/Makefile.am b/ext/curl/Makefile.am
index 44386536a..8d7daf42b 100644
--- a/ext/curl/Makefile.am
+++ b/ext/curl/Makefile.am
@@ -28,7 +28,6 @@ libgstcurl_la_LIBADD = \
$(SSH2_LIBS) \
$(CURL_LIBS)
libgstcurl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstcurl_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstcurlbasesink.h \
gstcurltlssink.h \
diff --git a/ext/daala/Makefile.am b/ext/daala/Makefile.am
index 225a3f3fe..c4af0bf88 100644
--- a/ext/daala/Makefile.am
+++ b/ext/daala/Makefile.am
@@ -16,5 +16,4 @@ libgstdaala_la_LIBADD = \
$(GST_LIBS) \
$(DAALA_LIBS)
libgstdaala_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdaala_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
diff --git a/ext/dash/Makefile.am b/ext/dash/Makefile.am
index 5197c34f0..e4e0a6944 100644
--- a/ext/dash/Makefile.am
+++ b/ext/dash/Makefile.am
@@ -32,5 +32,4 @@ libgstdashdemux_la_LIBADD = \
$(GIO_LIBS) \
$(LIBXML2_LIBS)
libgstdashdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdashdemux_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
diff --git a/ext/dc1394/Makefile.am b/ext/dc1394/Makefile.am
index 985f63dbe..bf284e8f2 100644
--- a/ext/dc1394/Makefile.am
+++ b/ext/dc1394/Makefile.am
@@ -15,8 +15,6 @@ libgstdc1394_la_LIBADD = \
$(GST_LIBS)
libgstdc1394_la_LDFLAGS = \
$(GST_PLUGIN_LDFLAGS)
-libgstdc1394_la_LIBTOOLFLAGS = \
- $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstdc1394src.h
diff --git a/ext/directfb/Makefile.am b/ext/directfb/Makefile.am
index f726b21ff..bb7c8f9d5 100644
--- a/ext/directfb/Makefile.am
+++ b/ext/directfb/Makefile.am
@@ -8,7 +8,6 @@ libgstdfbvideosink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-$(GST_API_VERSION) \
$(DIRECTFB_LIBS)
libgstdfbvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdfbvideosink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = dfbvideosink.h
diff --git a/ext/dtls/Makefile.am b/ext/dtls/Makefile.am
index 22e31b900..20a95f3f8 100644
--- a/ext/dtls/Makefile.am
+++ b/ext/dtls/Makefile.am
@@ -20,7 +20,6 @@ libgstdtls_la_CFLAGS = \
libgstdtls_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(DTLS_LIBS)
libgstdtls_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdtls_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstdtlsdec.h \
diff --git a/ext/dts/Makefile.am b/ext/dts/Makefile.am
index 76e3d8b7f..1ae4de835 100644
--- a/ext/dts/Makefile.am
+++ b/ext/dts/Makefile.am
@@ -7,6 +7,5 @@ libgstdtsdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
-lgstaudio-@GST_API_VERSION@ \
$(DTS_LIBS) $(ORC_LIBS)
libgstdtsdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdtsdec_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstdtsdec.h
diff --git a/ext/faac/Makefile.am b/ext/faac/Makefile.am
index 007c66d4e..d3cae6086 100644
--- a/ext/faac/Makefile.am
+++ b/ext/faac/Makefile.am
@@ -8,6 +8,5 @@ libgstfaac_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgstaudio-@GST_API_VERSION@ -lgstpbutils-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(FAAC_LIBS)
libgstfaac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstfaac_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstfaac.h
diff --git a/ext/faad/Makefile.am b/ext/faad/Makefile.am
index 56ad30f4c..8e536ebb2 100644
--- a/ext/faad/Makefile.am
+++ b/ext/faad/Makefile.am
@@ -7,6 +7,5 @@ libgstfaad_la_CFLAGS = \
libgstfaad_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(GST_LIBS) $(FAAD_LIBS) $(LIBM)
libgstfaad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstfaad_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstfaad.h
diff --git a/ext/fdkaac/Makefile.am b/ext/fdkaac/Makefile.am
index 95cae3eef..f462536a2 100644
--- a/ext/fdkaac/Makefile.am
+++ b/ext/fdkaac/Makefile.am
@@ -8,6 +8,5 @@ libgstfdkaac_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgstaudio-@GST_API_VERSION@ -lgstpbutils-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(FDK_AAC_LIBS)
libgstfdkaac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstfdkaac_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstfdkaacenc.h gstfdkaacdec.h
diff --git a/ext/flite/Makefile.am b/ext/flite/Makefile.am
index 78ecadbc5..16ad1a5df 100644
--- a/ext/flite/Makefile.am
+++ b/ext/flite/Makefile.am
@@ -12,6 +12,5 @@ libgstflite_la_LIBADD = \
$(GST_LIBS) \
$(FLITE_LIBS)
libgstflite_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
-libgstflite_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
diff --git a/ext/fluidsynth/Makefile.am b/ext/fluidsynth/Makefile.am
index ae316a1e3..0fe99580d 100644
--- a/ext/fluidsynth/Makefile.am
+++ b/ext/fluidsynth/Makefile.am
@@ -13,7 +13,6 @@ libgstfluidsynthmidi_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
$(GST_BASE_CFLAGS) $(FLUIDSYNTH_CFLAGS)
libgstfluidsynthmidi_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(FLUIDSYNTH_LIBS)
libgstfluidsynthmidi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstfluidsynthmidi_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
endif
noinst_HEADERS = gstfluiddec.h
diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am
index eb31aeb6c..edec94c3a 100644
--- a/ext/gl/Makefile.am
+++ b/ext/gl/Makefile.am
@@ -160,6 +160,6 @@ libgstopengl_la_LIBADD = \
$(GRAPHENE_LIBS)
libgstopengl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstopengl_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC
+libgstopengl_la_LIBTOOLFLAGS = --tag=CC
diff --git a/ext/gme/Makefile.am b/ext/gme/Makefile.am
index 2d73ae4f5..0ff731742 100644
--- a/ext/gme/Makefile.am
+++ b/ext/gme/Makefile.am
@@ -5,6 +5,5 @@ libgstgme_la_SOURCES = gstgme.c
libgstgme_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GME_CFLAGS)
libgstgme_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(GME_LIBS)
libgstgme_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstgme_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstgme.h
diff --git a/ext/gsm/Makefile.am b/ext/gsm/Makefile.am
index 7477accff..0cec84db9 100644
--- a/ext/gsm/Makefile.am
+++ b/ext/gsm/Makefile.am
@@ -10,6 +10,5 @@ libgstgsm_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
$(GST_BASE_LIBS)
libgstgsm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstgsm_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstgsmenc.h gstgsmdec.h
diff --git a/ext/gtk/Makefile.am b/ext/gtk/Makefile.am
index fdf860f67..7736b24ef 100644
--- a/ext/gtk/Makefile.am
+++ b/ext/gtk/Makefile.am
@@ -36,7 +36,6 @@ libgstgtk_la_LIBADD = \
libgstgtk_la_SOURCES = $(sources)
libgstgtk_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstgtk_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
if USE_GTK3_GL
if USE_GL
diff --git a/ext/hls/Makefile.am b/ext/hls/Makefile.am
index 111e9d47a..7d01ff842 100644
--- a/ext/hls/Makefile.am
+++ b/ext/hls/Makefile.am
@@ -17,7 +17,6 @@ libgsthls_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) -lgstvideo-$(GST_API_VERSION) -lgsttag-$(GST_API_VERSION) \
$(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) $(LIBGCRYPT_LIBS) $(NETTLE_LIBS) $(OPENSSL_LIBS)
libgsthls_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -no-undefined
-libgsthls_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
# headers we need but don't want installed
noinst_HEADERS = \
diff --git a/ext/iqa/Makefile.am b/ext/iqa/Makefile.am
index f114d8d09..64b8cd332 100644
--- a/ext/iqa/Makefile.am
+++ b/ext/iqa/Makefile.am
@@ -20,7 +20,6 @@ libgstiqa_la_LIBADD = \
libgstiqa_la_LIBADD += $(DSSIM_LIBS)
libgstiqa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstiqa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
iqa.h
diff --git a/ext/kate/Makefile.am b/ext/kate/Makefile.am
index b49269b17..e2a713def 100644
--- a/ext/kate/Makefile.am
+++ b/ext/kate/Makefile.am
@@ -12,7 +12,6 @@ libgstkate_la_SOURCES = gstkate.c gstkatedec.c gstkateenc.c gstkateparse.c gstka
libgstkate_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(TIGER_CFLAGS) $(KATE_CFLAGS)
libgstkate_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) -lgsttag-$(GST_API_VERSION) $(GST_LIBS) $(TIGER_LIBS) $(KATE_LIBS)
libgstkate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstkate_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
# headers we need but don't want installed
noinst_HEADERS = gstkate.h gstkatedec.h gstkateenc.h gstkateparse.h gstkatetag.h gstkateutil.h gstkatespu.h gstkatetiger.h
diff --git a/ext/ladspa/Makefile.am b/ext/ladspa/Makefile.am
index 5bba87771..d96bed8b6 100644
--- a/ext/ladspa/Makefile.am
+++ b/ext/ladspa/Makefile.am
@@ -23,7 +23,6 @@ libgstladspa_la_LIBADD = \
$(GST_LIBS) \
$(GMODULE_NO_EXPORT_LIBS)
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstladspa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstladspautils.h \
diff --git a/ext/libde265/Makefile.am b/ext/libde265/Makefile.am
index e90096c0f..e09d47a25 100644
--- a/ext/libde265/Makefile.am
+++ b/ext/libde265/Makefile.am
@@ -9,7 +9,6 @@ libgstlibde265_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_C
libgstlibde265_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS) \
$(LIBDE265_LIBS)
libgstlibde265_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstlibde265_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
libde265-dec.h
diff --git a/ext/libmms/Makefile.am b/ext/libmms/Makefile.am
index 607fc6ac1..ace85adb5 100644
--- a/ext/libmms/Makefile.am
+++ b/ext/libmms/Makefile.am
@@ -5,6 +5,5 @@ libgstmms_la_SOURCES = gstmms.c
libgstmms_la_CFLAGS = $(GST_CFLAGS) $(LIBMMS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstmms_la_LIBADD = $(GST_LIBS) $(LIBMMS_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS)
libgstmms_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstmms_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstmms.h
diff --git a/ext/lv2/Makefile.am b/ext/lv2/Makefile.am
index 844823cae..99cb4c56f 100644
--- a/ext/lv2/Makefile.am
+++ b/ext/lv2/Makefile.am
@@ -13,6 +13,5 @@ libgstlv2_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
$(LIBM) $(LILV_LIBS)
libgstlv2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstlv2_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstlv2.h gstlv2utils.h
diff --git a/ext/modplug/Makefile.am b/ext/modplug/Makefile.am
index 07b4d1d35..0a3c13781 100644
--- a/ext/modplug/Makefile.am
+++ b/ext/modplug/Makefile.am
@@ -4,6 +4,5 @@ libgstmodplug_la_SOURCES = gstmodplug.cc
libgstmodplug_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(MODPLUG_CFLAGS)
libgstmodplug_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(LIBM) $(MODPLUG_LIBS)
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstmodplug_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstmodplug.h
diff --git a/ext/mpeg2enc/Makefile.am b/ext/mpeg2enc/Makefile.am
index 04e0d37ea..7c041a3dd 100644
--- a/ext/mpeg2enc/Makefile.am
+++ b/ext/mpeg2enc/Makefile.am
@@ -13,7 +13,6 @@ libgstmpeg2enc_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
$(GST_LIBS) $(MPEG2ENC_LIBS)
libgstmpeg2enc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstmpeg2enc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstmpeg2enc.hh \
diff --git a/ext/mplex/Makefile.am b/ext/mplex/Makefile.am
index c278f85cb..580c0af9b 100644
--- a/ext/mplex/Makefile.am
+++ b/ext/mplex/Makefile.am
@@ -12,7 +12,6 @@ libgstmplex_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
$(GST_LIBS) $(MPLEX_LIBS)
libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MPLEX_LDFLAGS)
-libgstmplex_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstmplex.hh \
diff --git a/ext/musepack/Makefile.am b/ext/musepack/Makefile.am
index 443625162..597c4a386 100644
--- a/ext/musepack/Makefile.am
+++ b/ext/musepack/Makefile.am
@@ -6,7 +6,6 @@ libgstmusepack_la_SOURCES = \
libgstmusepack_la_CFLAGS = $(MUSEPACK_CFLAGS) $(GST_CFLAGS)
libgstmusepack_la_LIBADD = $(MUSEPACK_LIBS) $(GST_LIBS)
libgstmusepack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstmusepack_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstmusepackdec.h \
diff --git a/ext/neon/Makefile.am b/ext/neon/Makefile.am
index c4dda5768..b5ea9a770 100644
--- a/ext/neon/Makefile.am
+++ b/ext/neon/Makefile.am
@@ -5,6 +5,5 @@ libgstneonhttpsrc_la_SOURCES = gstneonhttpsrc.c
libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) $(NEON_CFLAGS)
libgstneonhttpsrc_la_LIBADD = $(GST_BASE_LIBS) $(NEON_LIBS)
libgstneonhttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstneonhttpsrc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstneonhttpsrc.h
diff --git a/ext/ofa/Makefile.am b/ext/ofa/Makefile.am
index c896ccb35..0396f9caa 100644
--- a/ext/ofa/Makefile.am
+++ b/ext/ofa/Makefile.am
@@ -14,6 +14,5 @@ libgstofa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
$(OFA_LIBS)
libgstofa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstofa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstofa.h
diff --git a/ext/openal/Makefile.am b/ext/openal/Makefile.am
index c42c31e92..37189599c 100644
--- a/ext/openal/Makefile.am
+++ b/ext/openal/Makefile.am
@@ -9,7 +9,6 @@ libgstopenal_la_SOURCES = gstopenal.c gstopenalsink.c gstopenalsrc.c
libgstopenal_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(OPENAL_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS)
libgstopenal_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(OPENAL_LIBS)
libgstopenal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstopenal_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
# headers we need but don't want installed
noinst_HEADERS = gstopenalsink.h gstopenalsrc.h
diff --git a/ext/opencv/Makefile.am b/ext/opencv/Makefile.am
index da815a3d8..72700187d 100644
--- a/ext/opencv/Makefile.am
+++ b/ext/opencv/Makefile.am
@@ -47,7 +47,6 @@ libgstopencv_la_LIBADD = \
$(GSTPB_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)
libgstopencv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstopencv_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
# headers we need but don't want installed
noinst_HEADERS = \
diff --git a/ext/openexr/Makefile.am b/ext/openexr/Makefile.am
index 9e76026ed..614c1376a 100644
--- a/ext/openexr/Makefile.am
+++ b/ext/openexr/Makefile.am
@@ -11,7 +11,6 @@ libgstopenexr_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
$(GST_BASE_LIBS) $(GST_LIBS) $(OPENEXR_LIBS)
libgstopenexr_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstopenexr_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstopenexrdec.h \
diff --git a/ext/openh264/Makefile.am b/ext/openh264/Makefile.am
index 69ab4593c..1158d4165 100644
--- a/ext/openh264/Makefile.am
+++ b/ext/openh264/Makefile.am
@@ -9,7 +9,6 @@ libgstopenh264_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OPENH264_C
libgstopenh264_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(OPENH264_CFLAGS)
libgstopenh264_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-1.0 $(GST_LIBS) $(OPENH264_LIBS)
libgstopenh264_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstopenh264_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstopenh264dec.h \
diff --git a/ext/openjpeg/Makefile.am b/ext/openjpeg/Makefile.am
index eb684d3e7..24e16528a 100644
--- a/ext/openjpeg/Makefile.am
+++ b/ext/openjpeg/Makefile.am
@@ -8,7 +8,6 @@ libgstopenjpeg_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
$(GST_LIBS) $(OPENJPEG_LIBS)
libgstopenjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstopenjpeg_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstopenjpegdec.h \
diff --git a/ext/openni2/Makefile.am b/ext/openni2/Makefile.am
index f42477e1a..1ca5662ae 100644
--- a/ext/openni2/Makefile.am
+++ b/ext/openni2/Makefile.am
@@ -16,7 +16,6 @@ libgstopenni2_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(OPENNI2_LIBS) \
$(GSTPB_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)
libgstopenni2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstopenni2_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
# headers we need but don't want installed
-noinst_HEADERS = gstopenni2src.h \ No newline at end of file
+noinst_HEADERS = gstopenni2src.h
diff --git a/ext/opus/Makefile.am b/ext/opus/Makefile.am
index c6c1a800e..81a60a421 100644
--- a/ext/opus/Makefile.am
+++ b/ext/opus/Makefile.am
@@ -15,6 +15,5 @@ libgstopusparse_la_LIBADD = \
$(GST_LIBS) \
$(OPUS_LIBS)
libgstopusparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
-libgstopusparse_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstopusparse.h gstopusheader.h
diff --git a/ext/qt/Makefile.am b/ext/qt/Makefile.am
index 626e3a80a..257644a08 100644
--- a/ext/qt/Makefile.am
+++ b/ext/qt/Makefile.am
@@ -48,7 +48,6 @@ libgstqmlgl_la_LIBADD = \
-lgstvideo-$(GST_API_VERSION)
libgstqmlgl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstqmlgl_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
$(moc_generated): moc_%.cc: %.h
diff --git a/ext/resindvd/Makefile.am b/ext/resindvd/Makefile.am
index 4a151e975..5118fb346 100644
--- a/ext/resindvd/Makefile.am
+++ b/ext/resindvd/Makefile.am
@@ -21,7 +21,6 @@ libgstresindvd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgsttag-$(GST_API_VERSION) \
$(GST_BASE_LIBS) $(GST_LIBS) $(GMODULE_NO_EXPORT_LIBS) $(DVDNAV_LIBS)
libgstresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstresindvd_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = resindvdbin.h \
rsndec.h \
diff --git a/ext/rsvg/Makefile.am b/ext/rsvg/Makefile.am
index 836c91140..8bc61c7e8 100644
--- a/ext/rsvg/Makefile.am
+++ b/ext/rsvg/Makefile.am
@@ -11,6 +11,5 @@ libgstrsvg_la_LIBADD = \
$(GST_LIBS) \
$(RSVG_LIBS)
libgstrsvg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
-libgstrsvg_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstrsvgdec.h gstrsvgoverlay.h
diff --git a/ext/rtmp/Makefile.am b/ext/rtmp/Makefile.am
index 2b58dc9d8..63db29a93 100644
--- a/ext/rtmp/Makefile.am
+++ b/ext/rtmp/Makefile.am
@@ -6,5 +6,3 @@ noinst_HEADERS = gstrtmpsrc.h gstrtmpsink.h
libgstrtmp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(RTMP_CFLAGS)
libgstrtmp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(RTMP_LIBS) $(WINSOCK2_LIBS)
libgstrtmp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstrtmp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
-
diff --git a/ext/sbc/Makefile.am b/ext/sbc/Makefile.am
index 59f0c7ccb..43ff2cc7b 100644
--- a/ext/sbc/Makefile.am
+++ b/ext/sbc/Makefile.am
@@ -19,4 +19,3 @@ libgstsbc_la_LIBADD = \
$(GST_BASE_LIBS) $(GST_LIBS) \
$(SBC_LIBS)
libgstsbc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstsbc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
diff --git a/ext/schroedinger/Makefile.am b/ext/schroedinger/Makefile.am
index 4ea1e15ba..92f95df09 100644
--- a/ext/schroedinger/Makefile.am
+++ b/ext/schroedinger/Makefile.am
@@ -20,6 +20,5 @@ libgstschro_la_LIBADD = \
$(GST_BASE_LIBS) $(GST_LIBS) \
$(SCHRO_LIBS)
libgstschro_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstschro_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
diff --git a/ext/smoothstreaming/Makefile.am b/ext/smoothstreaming/Makefile.am
index dbd7d50e8..cbf782c38 100644
--- a/ext/smoothstreaming/Makefile.am
+++ b/ext/smoothstreaming/Makefile.am
@@ -15,7 +15,6 @@ libgstsmoothstreaming_la_SOURCES = gstsmoothstreaming-plugin.c \
gstmssdemux.c \
gstmssfragmentparser.c \
gstmssmanifest.c
-libgstsmoothstreaming_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstmssdemux.h \
gstmssfragmentparser.h \
diff --git a/ext/sndfile/Makefile.am b/ext/sndfile/Makefile.am
index c0135cc3a..f1d679231 100644
--- a/ext/sndfile/Makefile.am
+++ b/ext/sndfile/Makefile.am
@@ -4,6 +4,5 @@ libgstsndfile_la_SOURCES = gstsf.c gstsfdec.c
libgstsndfile_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SNDFILE_CFLAGS)
libgstsndfile_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(SNDFILE_LIBS)
libgstsndfile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstsndfile_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstsf.h gstsfdec.h
diff --git a/ext/soundtouch/Makefile.am b/ext/soundtouch/Makefile.am
index 1152720e6..504291f8b 100644
--- a/ext/soundtouch/Makefile.am
+++ b/ext/soundtouch/Makefile.am
@@ -9,6 +9,5 @@ libgstsoundtouch_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST
libgstsoundtouch_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) $(SOUNDTOUCH_CFLAGS)
libgstsoundtouch_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS) $(SOUNDTOUCH_LIBS) $(LIBM)
libgstsoundtouch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstsoundtouch_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstpitch.hh gstbpmdetect.hh
diff --git a/ext/spandsp/Makefile.am b/ext/spandsp/Makefile.am
index 405068eb7..5cf057c95 100644
--- a/ext/spandsp/Makefile.am
+++ b/ext/spandsp/Makefile.am
@@ -5,6 +5,5 @@ libgstspandsp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SPANDSP_CFL
libgstspandsp_la_LIBADD = $(SPANDSP_LIBS) $(GST_PLUGINS_BASE_LIBS) \
$(GST_BASE_LIBS) $(GST_LIBS)
libgstspandsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstspandsp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstspanplc.h gstdtmfdetect.h gsttonegeneratesrc.h
diff --git a/ext/spc/Makefile.am b/ext/spc/Makefile.am
index 6c7e8a115..1c3e13f84 100644
--- a/ext/spc/Makefile.am
+++ b/ext/spc/Makefile.am
@@ -5,7 +5,6 @@ libgstspc_la_SOURCES = gstspc.c tag.c
libgstspc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(SPC_CFLAGS)
libgstspc_la_LIBADD = $(GST_LIBS) $(SPC_LIBS)
libgstspc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstspc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstspc.h tag.h
diff --git a/ext/srtp/Makefile.am b/ext/srtp/Makefile.am
index 5475d1d8b..b4ba575cd 100644
--- a/ext/srtp/Makefile.am
+++ b/ext/srtp/Makefile.am
@@ -14,7 +14,6 @@ libgstsrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
$(GST_LIBS) \
$(SRTP_LIBS)
libgstsrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstsrtp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
glib_enum_headers=gstsrtp.h
glib_enum_define=GST_SRTP
diff --git a/ext/teletextdec/Makefile.am b/ext/teletextdec/Makefile.am
index 50f2179ab..7c143639d 100644
--- a/ext/teletextdec/Makefile.am
+++ b/ext/teletextdec/Makefile.am
@@ -5,6 +5,5 @@ libgstteletext_la_SOURCES = gstteletextdec.c
libgstteletext_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(TELETEXTDEC_CFLAGS)
libgstteletext_la_LIBADD = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_LIBS) $(TELETEXTDEC_LIBS)
libgstteletext_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstteletext_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstteletextdec.h
diff --git a/ext/ttml/Makefile.am b/ext/ttml/Makefile.am
index 87e0ac6fe..6a8589c87 100644
--- a/ext/ttml/Makefile.am
+++ b/ext/ttml/Makefile.am
@@ -26,7 +26,6 @@ libgstttmlsubs_la_LIBADD = \
$(LIBM)
libgstttmlsubs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstttmlsubs_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
# headers we need but don't want installed
noinst_HEADERS = \
diff --git a/ext/voaacenc/Makefile.am b/ext/voaacenc/Makefile.am
index 2d1608f91..e831eba1f 100644
--- a/ext/voaacenc/Makefile.am
+++ b/ext/voaacenc/Makefile.am
@@ -17,7 +17,6 @@ libgstvoaacenc_la_LIBADD = \
$(GST_LIBS) \
$(VOAACENC_LIBS)
libgstvoaacenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstvoaacenc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstvoaacenc.h
diff --git a/ext/voamrwbenc/Makefile.am b/ext/voamrwbenc/Makefile.am
index d2891bb9b..c6e9988d9 100644
--- a/ext/voamrwbenc/Makefile.am
+++ b/ext/voamrwbenc/Makefile.am
@@ -9,7 +9,6 @@ libgstvoamrwbenc_la_CFLAGS = -DGST_USE_UNSTABLE_API \
libgstvoamrwbenc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(VOAMRWBENC_LIBS)
libgstvoamrwbenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstvoamrwbenc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstvoamrwbenc.h
diff --git a/ext/vulkan/Makefile.am b/ext/vulkan/Makefile.am
index 7eed81296..5dee4aedc 100644
--- a/ext/vulkan/Makefile.am
+++ b/ext/vulkan/Makefile.am
@@ -73,6 +73,5 @@ libgstvulkan_la_LIBADD += wayland/libgstvulkan-wayland.la
endif
libgstvulkan_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstvulkan_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
diff --git a/ext/wayland/Makefile.am b/ext/wayland/Makefile.am
index 8442dbde0..387f84fc7 100644
--- a/ext/wayland/Makefile.am
+++ b/ext/wayland/Makefile.am
@@ -31,7 +31,6 @@ libgstwaylandsink_la_LIBADD = \
-lgstallocators-$(GST_API_VERSION) \
$(WAYLAND_LIBS)
libgstwaylandsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstwaylandsink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstwaylandsink.h \
diff --git a/ext/webp/Makefile.am b/ext/webp/Makefile.am
index ece138bc1..76917629f 100644
--- a/ext/webp/Makefile.am
+++ b/ext/webp/Makefile.am
@@ -14,5 +14,3 @@ libgstwebp_la_LIBADD = \
$(GST_LIBS) \
$(WEBP_LIBS)
libgstwebp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstwebp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
-
diff --git a/ext/wildmidi/Makefile.am b/ext/wildmidi/Makefile.am
index 7dfdc883f..42f88c030 100644
--- a/ext/wildmidi/Makefile.am
+++ b/ext/wildmidi/Makefile.am
@@ -12,7 +12,6 @@ libgstwildmidi_la_SOURCES = gstwildmidi.c
libgstwildmidi_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(WILDMIDI_CFLAGS)
libgstwildmidi_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(WILDMIDI_LIBS)
libgstwildmidi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstwildmidi_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
endif
noinst_HEADERS = gstwildmidi.h
diff --git a/ext/x265/Makefile.am b/ext/x265/Makefile.am
index 0f1e7f566..de56e578a 100644
--- a/ext/x265/Makefile.am
+++ b/ext/x265/Makefile.am
@@ -12,6 +12,5 @@ libgstx265_la_LIBADD = \
$(GST_LIBS) \
$(X265_LIBS)
libgstx265_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstx265_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstx265enc.h
diff --git a/ext/zbar/Makefile.am b/ext/zbar/Makefile.am
index 10159c646..3d618d47b 100644
--- a/ext/zbar/Makefile.am
+++ b/ext/zbar/Makefile.am
@@ -5,7 +5,6 @@ libgstzbar_la_SOURCES = gstzbar.c
libgstzbar_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ZBAR_CFLAGS)
libgstzbar_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(ZBAR_LIBS)
libgstzbar_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstzbar_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstzbar.h