summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-06-19 22:57:29 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-06-19 22:57:29 +0000
commit8611281b2efde71e17f20aedc9db22c1493788cc (patch)
tree13139feb9993a9babe2cb0638c31c5cd7d39c868 /Makefile.sources
parent08f18009c8d4e5b4bd16c364034e0490226c4181 (diff)
downloadnetsurf-8611281b2efde71e17f20aedc9db22c1493788cc.tar.gz
netsurf-8611281b2efde71e17f20aedc9db22c1493788cc.tar.bz2
add content handler for javascript
svn path=/trunk/netsurf/; revision=13971
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 50c8a9b50..96bbdb6fa 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_JAVASCRIPT += jsapi.c jsapi/global.c
+S_JAVASCRIPT += jsapi.c jsapi/global.c content.c
else
S_JAVASCRIPT += none.c
endif