summaryrefslogtreecommitdiff
path: root/render/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-06 18:17:39 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-11 13:57:06 +0000
commit18abdadac83789019ae1a36a1e1cad2e98601efa (patch)
treef49fa7b8c8f00694684c597544cd8e5ed00d5880 /render/Makefile
parent30df27c3babe188cc553df77e84a36b4db84bd47 (diff)
downloadnetsurf-18abdadac83789019ae1a36a1e1cad2e98601efa.tar.gz
netsurf-18abdadac83789019ae1a36a1e1cad2e98601efa.tar.bz2
split border drawing out of html redraw
Diffstat (limited to 'render/Makefile')
-rw-r--r--render/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/Makefile b/render/Makefile
index 148c2c39d..dc2e31c9e 100644
--- a/render/Makefile
+++ b/render/Makefile
@@ -3,7 +3,8 @@
S_RENDER := box.c box_construct.c box_normalise.c box_textarea.c \
font.c form.c imagemap.c layout.c search.c table.c textplain.c \
html.c html_css.c html_css_fetcher.c html_script.c \
- html_interaction.c html_redraw.c html_forms.c html_object.c
+ html_interaction.c html_redraw.c html_redraw_border.c \
+ html_forms.c html_object.c
S_RENDER := $(addprefix render/,$(S_RENDER))