summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-07-01 10:10:00 +0100
committerVincent Sanders <vince@kyllikki.org>2012-07-02 22:48:41 +0100
commit274a76d97a878ef66155a215e1d16c33998f5597 (patch)
treecd69338034ad4d8694bdd79e723c859e60f62662 /Makefile.sources
parent44f448b7c0f6ea5210cc097f3fa6652207df2a12 (diff)
downloadnetsurf-274a76d97a878ef66155a215e1d16c33998f5597.tar.gz
netsurf-274a76d97a878ef66155a215e1d16c33998f5597.tar.bz2
Add initial navigator object creation.
Basic navigator object outline ready to add methods to. The navigator object contains all the information about the browser Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 0d7eb865f..3dcec40a3 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -29,7 +29,7 @@ S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c \
# Javascript sources
ifeq ($(NETSURF_USE_JS),YES)
-S_JSAPI = window.c document.c console.c
+S_JSAPI = window.c document.c navigator.c console.c
S_JAVASCRIPT += content.c jsapi.c $(addprefix jsapi/,$(S_JSAPI))
else
S_JAVASCRIPT += none.c