summaryrefslogtreecommitdiff
path: root/src/core/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-27 09:39:47 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-27 09:39:47 +0000
commitad4cdc900f197c0f373615d454275f38a9c4d181 (patch)
treef9963a39872b027025d5c1800ed36cb0908a2ec3 /src/core/Makefile
parent14f1b4abd5f395555e8d96e18c5db844bff17fde (diff)
downloadlibdom-ad4cdc900f197c0f373615d454275f38a9c4d181.tar.gz
libdom-ad4cdc900f197c0f373615d454275f38a9c4d181.tar.bz2
DOMTokenList: Initial implementation.
We cover the core behaviours of DOMTokenList and also DOMSettableTokenList so that the IDL can be implemented in NetSurf. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'src/core/Makefile')
-rw-r--r--src/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Makefile b/src/core/Makefile
index 41fd51f..5d9c969 100644
--- a/src/core/Makefile
+++ b/src/core/Makefile
@@ -6,6 +6,6 @@ DIR_SOURCES := \
text.c typeinfo.c comment.c \
namednodemap.c nodelist.c \
cdatasection.c document_type.c entity_ref.c pi.c \
- doc_fragment.c document.c
+ doc_fragment.c document.c tokenlist.c
include $(NSBUILD)/Makefile.subdir