summaryrefslogtreecommitdiffstats
path: root/gst/replaygain
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-02-24 22:52:47 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-02-24 22:52:47 +0000
commite854c41c2f20fcf0ee85c326e801e1030864712f (patch)
treed91ad5687a0665ab638a6c915ef553371fc8fcc0 /gst/replaygain
parent825cf238bb7a97fb7be42ca4a9fd7ad93f094adc (diff)
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'.
Diffstat (limited to 'gst/replaygain')
-rw-r--r--gst/replaygain/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/replaygain/Makefile.am b/gst/replaygain/Makefile.am
index eb44591e..d4523654 100644
--- a/gst/replaygain/Makefile.am
+++ b/gst/replaygain/Makefile.am
@@ -4,7 +4,7 @@ libgstreplaygain_la_SOURCES = \
gstrganalysis.c \
rganalysis.c
libgstreplaygain_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
-libgstreplaygain_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
+libgstreplaygain_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(LIBM)
libgstreplaygain_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
# headers we need but don't want installed