summaryrefslogtreecommitdiff
path: root/monkey/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/Makefile.target')
-rw-r--r--monkey/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index 6c60ca1c5..6bea07d46 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -47,7 +47,7 @@ MONKEYCFLAGS := -std=c99 -Dmonkey -Dnsmonkey \
$(shell $(PKG_CONFIG) --cflags openssl) \
$(shell xml2-config --cflags)
-MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
+MONKEYLDFLAGS := -lm
CFLAGS += $(MONKEYCFLAGS)