From a3ef5c2c3c448f6ded44b4135a1a745721653230 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 15 Aug 2012 18:48:46 +0100 Subject: fixup jsapi dom interface to include correct html/dom acessor hierachy --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index f7f05ca3a..0229e91d3 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -31,7 +31,7 @@ S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c \ # Javascript sources ifeq ($(NETSURF_USE_JS),YES) -S_JSAPI = window.c document.c navigator.c console.c element.c +S_JSAPI = window.c navigator.c console.c htmldocument.c htmlelement.c S_JAVASCRIPT += content.c jsapi.c $(addprefix jsapi/,$(S_JSAPI)) else S_JAVASCRIPT += none.c -- cgit v1.2.3