summaryrefslogtreecommitdiff
path: root/content/handlers/html/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-05 20:05:37 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-05 20:05:37 +0100
commitd9a593c984b1e0d3f433d3271569d31d66569e18 (patch)
treee03fe77bb9d424e1772cbc6c79ab4857c7e362be /content/handlers/html/Makefile
parent1d8542166cc2309733e13fc57df596ea9462ef7b (diff)
downloadnetsurf-d9a593c984b1e0d3f433d3271569d31d66569e18.tar.gz
netsurf-d9a593c984b1e0d3f433d3271569d31d66569e18.tar.bz2
split dom event handling into separate module
Diffstat (limited to 'content/handlers/html/Makefile')
-rw-r--r--content/handlers/html/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/html/Makefile b/content/handlers/html/Makefile
index bdc0513bb..677786c80 100644
--- a/content/handlers/html/Makefile
+++ b/content/handlers/html/Makefile
@@ -8,6 +8,7 @@ S_HTML := box_construct.c \
box_textarea.c \
css.c \
css_fetcher.c \
+ dom_event.c \
font.c \
form.c \
forms.c \