From 617d655c7bbcccd5168514c9d29e5b329eec63d4 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 10 Nov 2012 00:09:11 +0000 Subject: Remove libxml --- 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 8ca03b582..b8891d3e0 100644 --- a/monkey/Makefile.target +++ b/monkey/Makefile.target @@ -8,7 +8,7 @@ # ---------------------------------------------------------------------------- -LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl libdom libcss) +LDFLAGS += $(shell $(PKG_CONFIG) --libs libcurl libdom libcss) LDFLAGS += $(shell $(PKG_CONFIG) --libs openssl) # define additional CFLAGS and LDFLAGS requirements for pkg-configed libs here -- cgit v1.2.3