netsurf/content/handlers/html/Makefile
Vincent Sanders a8596a80ae move free text search general interface to content.
needs additional cleanup to call content through handler table to
  perform searches.
2020-05-10 23:22:29 +01:00

24 lines
363 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