mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-03 03:11:57 +03:00
25 lines
384 B
Makefile
25 lines
384 B
Makefile
# HTML content handler sources
|
|
|
|
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 \
|
|
object.c \
|
|
redraw.c \
|
|
redraw_border.c \
|
|
script.c \
|
|
table.c \
|
|
textselection.c
|