diff --git a/gst-libs/gst/app/Makefile.am b/gst-libs/gst/app/Makefile.am index d39572aa28..bb4686d213 100644 --- a/gst-libs/gst/app/Makefile.am +++ b/gst-libs/gst/app/Makefile.am @@ -18,6 +18,7 @@ libgstapp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) libgstapp_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) libgstapp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_ALL_LDFLAGS) +libgstapp_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=disable-static libgstapp_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/app libgstapp_@GST_MAJORMINOR@include_HEADERS = \ diff --git a/gst/app/Makefile.am b/gst/app/Makefile.am index 8f2907e21c..178ed4e823 100644 --- a/gst/app/Makefile.am +++ b/gst/app/Makefile.am @@ -4,4 +4,5 @@ libgstapp_la_SOURCES = gstapp.c libgstapp_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) libgstapp_la_LIBADD = $(GST_BASE_LIBS) $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la libgstapp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstapp_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/gst/speexresample/Makefile.am b/gst/speexresample/Makefile.am index 161de6211b..93a2611627 100644 --- a/gst/speexresample/Makefile.am +++ b/gst/speexresample/Makefile.am @@ -21,6 +21,7 @@ libgstspeexresample_la_LIBADD = \ $(LIBM) libgstspeexresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstspeexresample_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = \ arch.h \