summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-09-19 12:15:09 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-09-19 12:15:09 +0100
commitdb03d00ad34c4b888e5cf3034411388900f4858e (patch)
treef0208e332f4c38dff646b3f495ae9563f0f81577 /Makefile
parentf6dfa1bd24a39ebf55993837431b10e437cade12 (diff)
downloadlibdom-db03d00ad34c4b888e5cf3034411388900f4858e.tar.gz
libdom-db03d00ad34c4b888e5cf3034411388900f4858e.tar.bz2
Add select and option .h files to install target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6918bb7..b9e1d8b 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,9 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_meta_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_form_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_button_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_input_element.h
+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) /lib/pkgconfig:lib$(COMPONENT).pc.in