summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-06-19 09:35:51 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-06-19 09:35:51 +0000
commit49effe103a260a60949d3c95494ae81b031799d9 (patch)
tree5a205757088c1f1d978eea067a7bf186568c582a /Makefile.sources
parenta229a35767760c71c94ae66567f7b172c5b8c356 (diff)
downloadnetsurf-49effe103a260a60949d3c95494ae81b031799d9.tar.gz
netsurf-49effe103a260a60949d3c95494ae81b031799d9.tar.bz2
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
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources4
1 files changed, 2 insertions, 2 deletions
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