summaryrefslogtreecommitdiff
path: root/content/handlers/html/Makefile
blob: 8bb329b76259d8b56bcf0b4df5024c5cbabc4808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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