From 82d3594f41feb2165171e6630b23b20b005659ef Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sat, 14 Mar 2009 10:56:02 +0000 Subject: [PATCH] tracklength plugin needs -lm Fixes http://code.google.com/p/disorder/issues/detail?id=33 --- plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0