summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 13:23:21 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 13:23:21 +0100
commitcd2010e145b2e436f76bb9961b307761e4ac86ee (patch)
treee011f27cd8aff503062becf88c65062b434f01fa /Makefile
parent0e1e4d37536c26a20a95960d819d68f61acff8fc (diff)
downloadlibdom-cd2010e145b2e436f76bb9961b307761e4ac86ee.tar.gz
libdom-cd2010e145b2e436f76bb9961b307761e4ac86ee.tar.bz2
Makefile: Install the html_html_element.h header
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e48f41c..15954de 100644
--- a/Makefile
+++ b/Makefile
@@ -79,8 +79,9 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/document_event.h
Is := include/dom/html
I := /include/dom/html
-INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_document.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_element.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_html_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_form_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in