From f968ae6e72bf7e1be7437277279bfc4249b13b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 9 Mar 2010 19:48:44 +0100 Subject: [PATCH] inputselector: fix the LDFLAGS --- gst/selector/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/selector/Makefile.am b/gst/selector/Makefile.am index 0986ef6998..0e43cce17e 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