summaryrefslogtreecommitdiff
path: root/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 /Makefile
parent9158d4bedb8b16b8bc413c365a70321db6fbb1cd (diff)
downloadlibdom-e28c8c517ef1e89638de059c5f8da6cb8dab0adc.tar.gz
libdom-e28c8c517ef1e89638de059c5f8da6cb8dab0adc.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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 984a020..6db4201 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,8 @@ Is := include/dom/html
I := /$(INCLUDEDIR)/dom/html
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_document.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_collection.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_radio_nodelist.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_form_controls_collection.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_elements.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_html_element.h