From 228e65b33cc0874876123911d7767fef3ddc7ae0 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: [PATCH] gst: Add better support for static plugins --- gst/rawparse/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rawparse/Makefile.am b/gst/rawparse/Makefile.am index 254f3cf521..15d28040ff 100644 --- a/gst/rawparse/Makefile.am +++ b/gst/rawparse/Makefile.am @@ -16,7 +16,7 @@ libgstrawparse_la_LIBADD = \ $(GST_BASE_LIBS) \ $(GST_LIBS) libgstrawparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstrawparse_la_LIBTOOLFLAGS = --tag=disable-static +libgstrawparse_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = \ gstaudioparse.h \