summaryrefslogtreecommitdiff
path: root/content/handlers/html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/Makefile')
-rw-r--r--content/handlers/html/Makefile28
1 files changed, 23 insertions, 5 deletions
diff --git a/content/handlers/html/Makefile b/content/handlers/html/Makefile
index afefba27d..e41cc1d22 100644
--- a/content/handlers/html/Makefile
+++ b/content/handlers/html/Makefile
@@ -1,7 +1,25 @@
# HTML content handler sources
-S_HTML := box.c box_construct.c box_normalise.c box_textarea.c \
- font.c form.c imagemap.c layout.c search.c table.c \
- html.c html_css.c html_css_fetcher.c html_script.c \
- html_interaction.c html_redraw.c html_redraw_border.c \
- html_forms.c html_object.c
+S_HTML := box_construct.c \
+ box_inspect.c \
+ box_manipulate.c \
+ box_normalise.c \
+ box_special.c \
+ box_textarea.c \
+ css.c \
+ css_fetcher.c \
+ dom_event.c \
+ font.c \
+ form.c \
+ forms.c \
+ html.c \
+ imagemap.c \
+ interaction.c \
+ layout.c \
+ layout_flex.c \
+ object.c \
+ redraw.c \
+ redraw_border.c \
+ script.c \
+ table.c \
+ textselection.c