summaryrefslogtreecommitdiff
path: root/Makefile.sources.javascript
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-11-01 21:13:14 +0000
committerVincent Sanders <vince@kyllikki.org>2012-11-01 21:13:14 +0000
commit2b8cdf1f295cc65c5f6935f067289fdb35e3349d (patch)
tree4d80eedac3eb18b9d1cfa7fab90c52a54796d82a /Makefile.sources.javascript
parent8f08f820f4d17173c08d121a1bd50e1afe66724c (diff)
downloadnetsurf-2b8cdf1f295cc65c5f6935f067289fdb35e3349d.tar.gz
netsurf-2b8cdf1f295cc65c5f6935f067289fdb35e3349d.tar.bz2
add HTMLElement interface binding
Diffstat (limited to 'Makefile.sources.javascript')
-rw-r--r--Makefile.sources.javascript5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.sources.javascript b/Makefile.sources.javascript
index f5c49f801..51db26fb4 100644
--- a/Makefile.sources.javascript
+++ b/Makefile.sources.javascript
@@ -11,6 +11,7 @@
S_JSAPI_BINDING:=
JSAPI_BINDING_htmldocument := javascript/jsapi/bindings/htmldocument.bnd
+JSAPI_BINDING_htmlelement := javascript/jsapi/bindings/htmlelement.bnd
JSAPI_BINDING_window := javascript/jsapi/bindings/window.bnd
JSAPI_BINDING_navigator := javascript/jsapi/bindings/navigator.bnd
JSAPI_BINDING_console := javascript/jsapi/bindings/console.bnd
@@ -31,8 +32,8 @@ endef
# Javascript sources
ifeq ($(NETSURF_USE_JS),YES)
-S_JSAPI = htmlelement.c
-#htmldocument.c window.c navigator.c console.c
+S_JSAPI =
+# htmlelement.c htmldocument.c window.c navigator.c console.c
S_JAVASCRIPT += content.c jsapi.c $(addprefix jsapi/,$(S_JSAPI))