summaryrefslogtreecommitdiff
path: root/gnl
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-24 12:17:28 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-15 16:00:40 +0200
commitf77be1085ea686225899f4ce7df5f8d1f4c22c7a (patch)
tree4f4db8089edf628dfd7ff2dc8a52bcdb3dcaab41 /gnl
parent5de68e0b647be9d89fa1bfe42366718018e157b6 (diff)
gst: Add better support for static plugins
Diffstat (limited to 'gnl')
-rw-r--r--gnl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnl/Makefile.am b/gnl/Makefile.am
index 7f8bc35..0c4876e 100644
--- a/gnl/Makefile.am
+++ b/gnl/Makefile.am
@@ -11,7 +11,7 @@ libgnl_la_SOURCES = \
libgnl_la_CFLAGS = $(GST_CFLAGS)
libgnl_la_LIBADD = $(GST_LIBS)
libgnl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgnl_la_LIBTOOLFLAGS = --tag=disable-static
+libgnl_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
gnl_headers = \
gnl.h \