summaryrefslogtreecommitdiff
path: root/branches
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-18 21:16:04 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-18 21:16:04 +0000
commit6e24ddde27aafafaca30af493faf859a74aa4446 (patch)
tree43e46b21a6c5f3cb4c75ff5078fede9fbd34fd23 /branches
parente623954fb84b6dc7fe11eb4c85a14061aded1898 (diff)
New C version of jpgtest needs libm
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@399 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'branches')
-rw-r--r--branches/1.1.x/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/1.1.x/Makefile.am b/branches/1.1.x/Makefile.am
index ca69a38..6fd986c 100644
--- a/branches/1.1.x/Makefile.am
+++ b/branches/1.1.x/Makefile.am
@@ -68,7 +68,7 @@ noinst_PROGRAMS = jpgtest jpegut
jpgtest_SOURCES = $(TSTHDRS) jpgtest.c bmp.h bmp.c
-jpgtest_LDADD = libturbojpeg.la
+jpgtest_LDADD = libturbojpeg.la -lm
jpegut_SOURCES = $(TSTHDRS) jpegut.c bmp.h bmp.c