From 019be7616caf377f5b233c98206bc0c5d45a9793 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 13 Jul 2012 13:19:04 -0600 Subject: split out script handling from html --- Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.sources') 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 -- cgit v1.2.3