summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/Makefile
blob: 5cd0fc36bc80fd6c359400526c4f98bc34a359db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# NetSurf javascript source file inclusion
#
# Included by Makefile
#

S_JAVASCRIPT_BINDING:=

ifeq ($(NETSURF_USE_DUKTAPE),YES)
# Duktape
include content/handlers/javascript/duktape/Makefile
else
# None
include content/handlers/javascript/none/Makefile
endif

# Fetcher for javascript scheme is always required
S_JAVASCRIPT += fetcher.c