From 76583d63ecccd3e37e6b3a33330caa2fb71dce4d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Aug 2012 11:16:35 +0100 Subject: link math library --- monkey/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monkey') 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) -- cgit v1.2.3