projects
/
platform
/
upstream
/
libvorbis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0aa96
)
Patch for Trac #1974; make sure unit tests pull in -lm during link
author
Monty
<xiphmont@xiph.org>
Thu, 19 Sep 2013 15:47:38 +0000
(15:47 +0000)
committer
Monty
<xiphmont@xiph.org>
Thu, 19 Sep 2013 15:47:38 +0000
(15:47 +0000)
svn path=/trunk/vorbis/; revision=19002
test/Makefile.am
patch
|
blob
|
history
diff --git
a/test/Makefile.am
b/test/Makefile.am
index
5f7e32a
..
f0dc85a
100644
(file)
--- 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@"