[xiph-commits] r19002 - trunk/vorbis/test
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Thu Sep 19 08:47:38 PDT 2013
Author: xiphmont
Date: 2013-09-19 08:47:38 -0700 (Thu, 19 Sep 2013)
New Revision: 19002
Modified:
trunk/vorbis/test/Makefile.am
Log:
Patch for Trac #1974; make sure unit tests pull in -lm during link
Modified: trunk/vorbis/test/Makefile.am
===================================================================
--- trunk/vorbis/test/Makefile.am 2013-09-18 21:44:42 UTC (rev 19001)
+++ trunk/vorbis/test/Makefile.am 2013-09-19 15:47:38 UTC (rev 19002)
@@ -10,7 +10,7 @@
./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@"
More information about the commits
mailing list