mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-04 11:51:55 +03:00
8 lines
291 B
Makefile
8 lines
291 B
Makefile
# 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
|