summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-08-05 23:42:30 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-08-05 23:42:45 +0100
commit135aae3921322afc7241185080e0dfc8a2de4fd4 (patch)
tree3dfb166d63a8435395df80dd1767fa39b8e46afe /Makefile.sources
parente1b37918e8f6a54d708720c6925e2ef27c0e8119 (diff)
downloadnetsurf-135aae3921322afc7241185080e0dfc8a2de4fd4.tar.gz
netsurf-135aae3921322afc7241185080e0dfc8a2de4fd4.tar.bz2
add element object
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 95695f786..f7f05ca3a 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
+S_JSAPI = window.c document.c navigator.c console.c element.c
S_JAVASCRIPT += content.c jsapi.c $(addprefix jsapi/,$(S_JSAPI))
else
S_JAVASCRIPT += none.c