From 8ff1205adf8dc04282a1a6f0f9f20527516d7912 Mon Sep 17 00:00:00 2001 From: Monty Date: Thu, 19 Sep 2013 15:47:38 +0000 Subject: [PATCH] Patch for Trac #1974; make sure unit tests pull in -lm during link svn path=/trunk/vorbis/; revision=19002 --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 5f7e32a..f0dc85a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -10,7 +10,7 @@ check: $(check_PROGRAMS) ./test$(EXEEXT) test_SOURCES = util.c util.h write_read.c write_read.h test.c -test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ +test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@ debug: $(MAKE) all CFLAGS="@DEBUG@" -- 2.7.4