From bc8d60a4e34445d4fe95e50654a737ad91d52772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 24 Feb 2007 22:52:48 +0000 Subject: Fix build with LDFLAGS='-Wl,-z,defs'. Original commit message from CVS: * configure.ac: * ext/gsm/Makefile.am: * ext/ladspa/Makefile.am: * ext/wavpack/Makefile.am: * gst/equalizer/Makefile.am: * gst/filter/Makefile.am: * gst/mve/Makefile.am: * gst/nsf/Makefile.am: * gst/replaygain/Makefile.am: * gst/speed/Makefile.am: Fix build with LDFLAGS='-Wl,-z,defs'. --- gst/filter/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/filter') diff --git a/gst/filter/Makefile.am b/gst/filter/Makefile.am index 31e7a8d6..d17e3d2c 100644 --- a/gst/filter/Makefile.am +++ b/gst/filter/Makefile.am @@ -6,7 +6,8 @@ libgstfilter_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFL libgstfilter_la_LIBADD = \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ - $(GST_CONTROLLER_LIBS) + $(GST_CONTROLLER_LIBS) \ + $(LIBM) libgstfilter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1