summaryrefslogtreecommitdiff
path: root/src/html/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2018-01-20 10:22:55 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2018-01-21 10:38:48 +0000
commite28c8c517ef1e89638de059c5f8da6cb8dab0adc (patch)
treec744435d4010a632b7fda19c01d03650f15e36dc /src/html/Makefile
parent9158d4bedb8b16b8bc413c365a70321db6fbb1cd (diff)
downloadlibdom-dsilvers/forms1.tar.gz
libdom-dsilvers/forms1.tar.bz2
Add HTMLFormControlsCollection and RadioNodeListdsilvers/forms1
These are a necessary step on the way to libdom being able to manage the content and behaviours of web forms.
Diffstat (limited to 'src/html/Makefile')
-rw-r--r--src/html/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/html/Makefile b/src/html/Makefile
index c98ce9a..55a2d15 100644
--- a/src/html/Makefile
+++ b/src/html/Makefile
@@ -3,7 +3,7 @@ DIR_SOURCES := \
html_document.c html_collection.c html_options_collection.c \
html_element.c html_html_element.c html_head_element.c \
html_link_element.c html_title_element.c html_meta_element.c \
- html_base_element.c html_style_element.c \
+ html_base_element.c html_style_element.c html_form_controls_collection.c \
html_body_element.c html_form_element.c html_select_element.c \
html_button_element.c html_input_element.c html_text_area_element.c \
html_opt_group_element.c html_option_element.c html_hr_element.c \
@@ -19,6 +19,7 @@ DIR_SOURCES := \
html_tablecell_element.c html_tablecol_element.c html_tablesection_element.c \
html_table_element.c html_tablerow_element.c html_frameset_element.c \
html_frame_element.c html_iframe_element.c html_isindex_element.c \
+ html_radio_nodelist.c \
UNINMPLEMENTED_SOURCES := \