summaryrefslogtreecommitdiff
path: root/content/handlers/html/Makefile
blob: 19766247d4bf4d62c25683de80d70901c7088147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# HTML content handler sources

S_HTML := box_construct.c	\
	box_inspect.c		\
	box_manipulate.c	\
	box_normalise.c		\
	box_special.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		\
	interaction.c		\
	html_redraw.c		\
	html_redraw_border.c	\
	html_forms.c		\
	html_object.c