summaryrefslogtreecommitdiff
path: root/gst/siren
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-03-09 23:43:55 +0200
committerStefan Kost <ensonic@users.sf.net>2009-03-22 21:02:45 +0200
commita7a97b91398aee30856f34e28d23ea8f7ff59d76 (patch)
tree77a595c4f20c5d2862134df45c47dd902daaf375 /gst/siren
parent30e5da107bb2389c26cc647c2cf7b866542dac64 (diff)
downloadgstreamer-plugins-bad-a7a97b91398aee30856f34e28d23ea8f7ff59d76.tar.gz
Makefile.am: no static libs for plugins
Diffstat (limited to 'gst/siren')
-rw-r--r--gst/siren/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/siren/Makefile.am b/gst/siren/Makefile.am
index 1d81b3ff1..56b6a3ded 100644
--- a/gst/siren/Makefile.am
+++ b/gst/siren/Makefile.am
@@ -12,3 +12,5 @@ libgstsiren_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
libgstsiren_la_LIBADD = $(GST_LIBS_LIBS) $(GST_BASE_LIBS) \
-lgstrtp-@GST_MAJORMINOR@ -lm
libgstsiren_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
+libgstsiren_la_LIBTOOLFLAGS = --tag=disable-static
+