summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-08-15 18:48:46 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-08-15 18:48:46 +0100
commita3ef5c2c3c448f6ded44b4135a1a745721653230 (patch)
tree5b9ca648b572d2b0427c7d8d72dcce375a6a301f /Makefile.sources
parentc3f9e3d3cea7bddb708fb0c75d9b4ed31e6341d7 (diff)
downloadnetsurf-a3ef5c2c3c448f6ded44b4135a1a745721653230.tar.gz
netsurf-a3ef5c2c3c448f6ded44b4135a1a745721653230.tar.bz2
fixup jsapi dom interface to include correct html/dom acessor hierachy
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
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