From 37779f77d256000ec4f3a53bf9a1e198ab5e5ed0 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Wed, 1 Aug 2012 08:53:13 +0100 Subject: Fix build: we need libdom now. --- monkey/Makefile.target | 4 ++-- 1 file 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) -- cgit v1.2.3