From 49effe103a260a60949d3c95494ae81b031799d9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 19 Jun 2012 09:35:51 +0000 Subject: restructure javascript binding layout to be more explicit fix html content so it correctly loads all the script tags svn path=/trunk/netsurf/; revision=13968 --- Makefile.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 8806071c1..50c8a9b50 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -29,9 +29,9 @@ S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c \ # Javascript sources ifeq ($(NETSURF_USE_JS),YES) -S_JAVASCRIPT += js.c global.c +S_JAVASCRIPT += jsapi.c jsapi/global.c else -S_JAVASCRIPT += nojs.c +S_JAVASCRIPT += none.c endif # S_COMMON are sources common to all builds -- cgit v1.2.3