From e51cd4fe2fab76b9924534878343ee9a682f6c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 24 Oct 2012 12:16:39 +0200 Subject: gst: Add better support for static plugins --- gst/gdp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/gdp') diff --git a/gst/gdp/Makefile.am b/gst/gdp/Makefile.am index 990f967d3..1e59eed6c 100644 --- a/gst/gdp/Makefile.am +++ b/gst/gdp/Makefile.am @@ -9,7 +9,7 @@ libgstgdp_la_SOURCES = \ libgstgdp_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) libgstgdp_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstgdp_la_LIBTOOLFLAGS = --tag=disable-static +libgstgdp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = \ dataprotocol.h \ -- cgit v1.2.1