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
commit6506783e4f665cb5ff1be52f48e56d6e45953e31 (patch)
treee011f27cd8aff503062becf88c65062b434f01fa /Makefile
parent6ba970d4eb6c3e8c1970182aa8a26eca2cec90a4 (diff)
downloadlibdom-6506783e4f665cb5ff1be52f48e56d6e45953e31.tar.gz
libdom-6506783e4f665cb5ff1be52f48e56d6e45953e31.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