summaryrefslogtreecommitdiff
path: root/Makefile.sources.javascript
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-10-31 14:31:18 +0000
committerVincent Sanders <vince@kyllikki.org>2012-10-31 14:31:18 +0000
commit5496a604310b65db0513c063ed171f0168baee28 (patch)
tree7487c0223f08b7387d4dbf0e60237c2d3dcd5d43 /Makefile.sources.javascript
parentede48d60748101e9795050955d934ea6e329d4c5 (diff)
downloadnetsurf-5496a604310b65db0513c063ed171f0168baee28.tar.gz
netsurf-5496a604310b65db0513c063ed171f0168baee28.tar.bz2
console interface from IDL
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 626854869..f5c49f801 100644
--- a/Makefile.sources.javascript
+++ b/Makefile.sources.javascript
@@ -13,6 +13,7 @@ S_JSAPI_BINDING:=
JSAPI_BINDING_htmldocument := javascript/jsapi/bindings/htmldocument.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
# 1: input file
# 2: output file
@@ -30,8 +31,8 @@ endef
# Javascript sources
ifeq ($(NETSURF_USE_JS),YES)
-S_JSAPI = console.c htmlelement.c
-#htmldocument.c window.c navigator.c
+S_JSAPI = htmlelement.c
+#htmldocument.c window.c navigator.c console.c
S_JAVASCRIPT += content.c jsapi.c $(addprefix jsapi/,$(S_JSAPI))