diff options
author | Alexey A. Smirnov <alexey.smirnov@gmx.com> | 2010-09-19 23:58:28 +0600 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-09-19 21:14:39 +0200 |
commit | abfbc5764a22af588a64bc83a500bc995830b084 (patch) | |
tree | 00aa33b9ecd255786374c5ca3366b72ad0cce0d6 /plugins/shn | |
parent | 75407b547d542474b602e756b22ee38eb5aec656 (diff) |
added -lm to dca, musepack, shn, wildmidi plugins
Diffstat (limited to 'plugins/shn')
-rw-r--r-- | plugins/shn/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shn/Makefile.am b/plugins/shn/Makefile.am index 53d8c26b..335dacff 100644 --- a/plugins/shn/Makefile.am +++ b/plugins/shn/Makefile.am @@ -5,6 +5,6 @@ shn_la_SOURCES = array.c convert.c misc.c output.c seek.c shn.c shn.h shorten.c shn_la_LDFLAGS = -module -shn_la_LIBADD = $(LDADD) +shn_la_LIBADD = $(LDADD) -lm AM_CFLAGS = $(CFLAGS) -std=c99 endif |