summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2013-03-16 23:12:26 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2013-03-16 23:12:26 +0000
commit2778955d85bbbc6a3b40f3cbf76c7220166fb2e4 (patch)
tree7c78605332685444ab6533db62caf90a752ab41d
parentce39675babdce5080265325039fce2d102210eab (diff)
downloadlibdom-2778955d85bbbc6a3b40f3cbf76c7220166fb2e4.tar.gz
libdom-2778955d85bbbc6a3b40f3cbf76c7220166fb2e4.tar.bz2
Install html_options_collection.h
-rw-r--r--Makefile1
-rw-r--r--include/dom/dom.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b9e1d8b..749c2e4 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,7 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_select_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_text_area_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_option_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_opt_group_element.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_options_collection.h
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT)
diff --git a/include/dom/dom.h b/include/dom/dom.h
index f9d8817..2ef6e9b 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -54,6 +54,7 @@
#include <dom/html/html_opt_group_element.h>
#include <dom/html/html_option_element.h>
#include <dom/html/html_select_element.h>
+#include <dom/html/html_options_collection.h>
/* DOM Events header */
#include <dom/events/events.h>