From 0cea4b192d9f41997a4f5371c471eb1a4411fb2a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 25 Mar 2012 11:36:37 +0000 Subject: Add libdom to native RISC OS LDFLAGS svn path=/trunk/netsurf/; revision=13683 --- riscos/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/Makefile.target b/riscos/Makefile.target index ad06fb9e1..1fb861e47 100644 --- a/riscos/Makefile.target +++ b/riscos/Makefile.target @@ -6,7 +6,7 @@ ifeq ($(HOST),riscos) LDFLAGS += -Xlinker -symbols=$(OBJROOT)/sym -lxml2 -lz -lm -lcurl -lcares - LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet + LDFLAGS += -lssl -lcrypto -ldom -lhubbub -lcss -lparserutils -lwapcaplet else LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcares libcurl openssl) LDFLAGS += $(shell $(PKG_CONFIG) --libs libdom libcss) -- cgit v1.2.3