From 48cbca0399836db3d6f52db7439d5a49a97643ed Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 2 Nov 2012 22:37:57 +0000 Subject: move bindings into the correct place --- Makefile.sources.javascript | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.sources.javascript') diff --git a/Makefile.sources.javascript b/Makefile.sources.javascript index 58b8860b0..af405e874 100644 --- a/Makefile.sources.javascript +++ b/Makefile.sources.javascript @@ -10,12 +10,12 @@ 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 -JSAPI_BINDING_location := javascript/jsapi/bindings/location.bnd +JSAPI_BINDING_htmldocument := javascript/jsapi/htmldocument.bnd +JSAPI_BINDING_htmlelement := javascript/jsapi/htmlelement.bnd +JSAPI_BINDING_window := javascript/jsapi/window.bnd +JSAPI_BINDING_navigator := javascript/jsapi/navigator.bnd +JSAPI_BINDING_console := javascript/jsapi/console.bnd +JSAPI_BINDING_location := javascript/jsapi/location.bnd # 1: input file # 2: output file -- cgit v1.2.3