summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-03-10 13:45:02 +0000
committerVincent Sanders <vince@kyllikki.org>2013-03-11 11:09:47 +0000
commitf3b515540e17c6742fa601057bf632763885d027 (patch)
treefc9b137da5884043d06a358397f5dc2bb3661ed0 /Makefile.sources
parentfffaa149bc446afd14d6f8a2bc1f3a309774ece2 (diff)
downloadnetsurf-f3b515540e17c6742fa601057bf632763885d027.tar.gz
netsurf-f3b515540e17c6742fa601057bf632763885d027.tar.bz2
move javascript makefile
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 ab71ff36a..b7d32d67f 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -30,7 +30,7 @@ S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c \
tree_url_node.c version.c
# Javascript source
-include Makefile.sources.javascript
+include javascript/Makefile
# S_COMMON are sources common to all builds
S_COMMON := $(addprefix content/,$(S_CONTENT)) \