summaryrefslogtreecommitdiff
path: root/content/handlers/html/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-23 18:39:25 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-23 23:00:08 +0100
commit36b9262e1481fc24d302b58f03006e733b2e6d16 (patch)
treea2189e438023c837d8b8949b7c38e54fa143cab1 /content/handlers/html/Makefile
parent0432d9556187d00fd7f78963afcefc4b7dd71f2a (diff)
downloadnetsurf-36b9262e1481fc24d302b58f03006e733b2e6d16.tar.gz
netsurf-36b9262e1481fc24d302b58f03006e733b2e6d16.tar.bz2
split selection redraw into content handler specific implementations
Diffstat (limited to 'content/handlers/html/Makefile')
-rw-r--r--content/handlers/html/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/handlers/html/Makefile b/content/handlers/html/Makefile
index 233fb1327..8bb329b76 100644
--- a/content/handlers/html/Makefile
+++ b/content/handlers/html/Makefile
@@ -20,4 +20,5 @@ S_HTML := box_construct.c \
redraw.c \
redraw_border.c \
script.c \
- table.c
+ table.c \
+ textselection.c