summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-11-10 00:09:11 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-11-10 00:11:57 +0000
commit617d655c7bbcccd5168514c9d29e5b329eec63d4 (patch)
treef459e300779ff86740d9233c6a23ee19d2f7ea32 /monkey
parent4d58ed656248d975e0394fbfec66215a45e74dfa (diff)
downloadnetsurf-617d655c7bbcccd5168514c9d29e5b329eec63d4.tar.gz
netsurf-617d655c7bbcccd5168514c9d29e5b329eec63d4.tar.bz2
Remove libxml
Diffstat (limited to 'monkey')
-rw-r--r--monkey/Makefile.target2
1 files changed, 1 insertions, 1 deletions
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