summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-04-20 20:58:36 +0200
committerTor Andersson <tor@ghostscript.com>2010-04-20 20:58:36 +0200
commit69f61eeb42695f960b8a61e62d7dd14219f82f06 (patch)
tree104d1dc7bc9b64c8d17bc5da3945c0846765f776 /Makefile
parent7c9cebf3f4a91eb2d2a3a2c2822ebbc5855ac918 (diff)
downloadmupdf-69f61eeb42695f960b8a61e62d7dd14219f82f06.tar.xz
Add -lm to the link command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2060f291..f8053756 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ default: all
OS := $(shell uname)
OS := $(OS:MINGW%=MINGW)
-LIBS := -ljbig2dec -lopenjpeg -lfreetype -ljpeg -lz
+LIBS := -ljbig2dec -lopenjpeg -lfreetype -ljpeg -lz -lm
CFLAGS := -Wall --std=gnu99 -Ifitz -Imupdf
LDFLAGS =
CC = cc