summaryrefslogtreecommitdiff
path: root/monkey/Makefile.target
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-08-01 08:53:13 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-08-01 08:53:13 +0100
commit37779f77d256000ec4f3a53bf9a1e198ab5e5ed0 (patch)
tree931049be27784b1815b673ea6e9e8e8fa8658ac3 /monkey/Makefile.target
parent845dca45def00350df5866d27ff22eb492f355d9 (diff)
downloadnetsurf-37779f77d256000ec4f3a53bf9a1e198ab5e5ed0.tar.gz
netsurf-37779f77d256000ec4f3a53bf9a1e198ab5e5ed0.tar.bz2
Fix build: we need libdom now.
Diffstat (limited to 'monkey/Makefile.target')
-rw-r--r--monkey/Makefile.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index a12e4be73..a60c1d718 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -3,7 +3,7 @@
# ----------------------------------------------------------------------------
- LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl libhubbub libcss)
+ LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl libdom libcss)
LDFLAGS += $(shell $(PKG_CONFIG) --libs openssl)
# define additional CFLAGS and LDFLAGS requirements for pkg-configed libs here
@@ -32,7 +32,7 @@
-DMONKEY_RESPATH=\"$(NETSURF_MONKEY_RESOURCES)\" \
$(WARNFLAGS) -I. -g \
$(shell $(PKG_CONFIG) --cflags glib-2.0) \
- $(shell $(PKG_CONFIG) --cflags libhubbub libcurl) \
+ $(shell $(PKG_CONFIG) --cflags libdom libcurl) \
$(shell $(PKG_CONFIG) --cflags openssl) \
$(shell xml2-config --cflags)