From 473d98a9cffea603ccc3ab62a0872e0058524eb3 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 3 Dec 2013 22:02:45 +0100 Subject: build system fixes for 0.6 static --- plugins/vorbis/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/vorbis') diff --git a/plugins/vorbis/Makefile.am b/plugins/vorbis/Makefile.am index 6580db14..8587e54a 100644 --- a/plugins/vorbis/Makefile.am +++ b/plugins/vorbis/Makefile.am @@ -2,8 +2,8 @@ if HAVE_VORBIS vorbisdir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = vorbis.la vorbis_la_SOURCES = vorbis.c vcedit.c vcedit.h vceditaux.h i18n.h -vorbis_la_LDFLAGS = -module +vorbis_la_LDFLAGS = -module -lm -vorbis_la_LIBADD = $(LDADD) $(VORBIS_LIBS) -lc +vorbis_la_LIBADD = $(LDADD) $(VORBIS_LIBS) AM_CFLAGS = $(CFLAGS) -std=c99 endif -- cgit v1.2.3