summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-13 13:19:04 -0600
committerVincent Sanders <vince@netsurf-browser.org>2012-07-13 17:37:21 -0600
commit019be7616caf377f5b233c98206bc0c5d45a9793 (patch)
tree5576e28f2ac9ff647532f25ac6d33850cf446060 /Makefile.sources
parentf2aa118025ac1623947ce6d04840554e518759bd (diff)
downloadnetsurf-019be7616caf377f5b233c98206bc0c5d45a9793.tar.gz
netsurf-019be7616caf377f5b233c98206bc0c5d45a9793.tar.bz2
split out script handling from html
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 3dcec40a3..f76ba0904 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -12,7 +12,8 @@ S_FETCHERS := curl.c data.c file.c about.c resource.c
S_CSS := css.c dump.c internal.c select.c utils.c
S_RENDER := box.c box_construct.c box_normalise.c \
- font.c form.c html.c html_interaction.c html_redraw.c \
+ font.c form.c \
+ html.c html_script.c html_interaction.c html_redraw.c \
libdom_binding.c imagemap.c layout.c list.c search.c table.c \
textinput.c textplain.c