From 5496a604310b65db0513c063ed171f0168baee28 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 31 Oct 2012 14:31:18 +0000 Subject: console interface from IDL --- Makefile.sources.javascript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.sources.javascript') 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)) -- cgit v1.2.3