summaryrefslogtreecommitdiff
path: root/gst/selector
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2010-03-09 19:48:44 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-03-09 21:58:52 +0000
commitf968ae6e72bf7e1be7437277279bfc4249b13b9f (patch)
tree5ab16e080d8e1c84b325955dca4b4edb4d3449ee /gst/selector
parent18bfd32a64beb8ca6229193445a9d6e469ebc800 (diff)
downloadgstreamer-plugins-bad-f968ae6e72bf7e1be7437277279bfc4249b13b9f.tar.gz
inputselector: fix the LDFLAGS
Diffstat (limited to 'gst/selector')
-rw-r--r--gst/selector/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/selector/Makefile.am b/gst/selector/Makefile.am
index 0986ef699..0e43cce17 100644
--- a/gst/selector/Makefile.am
+++ b/gst/selector/Makefile.am
@@ -17,8 +17,8 @@ plugin_LTLIBRARIES = libgstselector.la
libgstselector_la_SOURCES = gstselector.c gstinputselector.c gstoutputselector.c
nodist_libgstselector_la_SOURCES = $(built_sources)
libgstselector_la_CFLAGS = $(GST_CFLAGS)
-libgstselector_la_LIBADD =
-libgstselector_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
+libgstselector_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
+libgstselector_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstselector_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstinputselector.h gstoutputselector.h