summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-08-13 11:16:35 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-08-13 11:16:35 +0100
commit76583d63ecccd3e37e6b3a33330caa2fb71dce4d (patch)
tree3a2e0e0b836a3503b1963596348a685d0f808ae5
parentde982b4d3e9c7e6b6f100e383d647f0edc9321a3 (diff)
downloadnetsurf-76583d63ecccd3e37e6b3a33330caa2fb71dce4d.tar.gz
netsurf-76583d63ecccd3e37e6b3a33330caa2fb71dce4d.tar.bz2
link math library
-rw-r--r--monkey/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index a60c1d718..3524b31a8 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -36,7 +36,7 @@
$(shell $(PKG_CONFIG) --cflags openssl) \
$(shell xml2-config --cflags)
- MONKEYLDFLAGS := $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
+ MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
CFLAGS += $(MONKEYCFLAGS) -Werror
LDFLAGS += $(MONKEYLDFLAGS)