From: Richard Kettlewell Date: Sat, 14 Mar 2009 10:56:02 +0000 (+0000) Subject: tracklength plugin needs -lm X-Git-Tag: 5.0.3~4^2~176 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/82d3594f41feb2165171e6630b23b20b005659ef?hp=d0b4f0acd54eeebcde98a1b4476b232dbece6048 tracklength plugin needs -lm Fixes http://code.google.com/p/disorder/issues/detail?id=33 --- diff --git a/plugins/Makefile.am b/plugins/Makefile.am index ae3f8eb..7852152 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -25,7 +25,7 @@ notify_la_LDFLAGS=-module disorder_tracklength_la_SOURCES=tracklength.c mad.c madshim.h ../lib/wav.h ../lib/wav.c disorder_tracklength_la_LDFLAGS=-module -disorder_tracklength_la_LIBADD=$(LIBVORBISFILE) $(LIBMAD) $(LIBFLAC) +disorder_tracklength_la_LIBADD=$(LIBVORBISFILE) $(LIBMAD) $(LIBFLAC) -lm fs_la_SOURCES=fs.c fs_la_LDFLAGS=-module