summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-12-02 16:12:56 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-12-02 16:12:56 +0000
commitc46af7ce360697ec321284f20c26e5d98976d606 (patch)
treef63cf39405c59651f4209b64b5c9c303cacf1e71
parent79cc5277280486e9cf81b9e508a40819c62a8e0d (diff)
downloadlibdom-c46af7ce360697ec321284f20c26e5d98976d606.tar.gz
libdom-c46af7ce360697ec321284f20c26e5d98976d606.tar.bz2
Install missing header files.
svn path=/trunk/dom/; revision=10952
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef38201..310e20e 100644
--- a/Makefile
+++ b/Makefile
@@ -44,13 +44,17 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/init_fini.h
Is := include/dom/core
I := /include/dom/core
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/attr.h;$(Is)/characterdata.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/cdatasection.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/comment.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/doc_fragment.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/document.h;$(Is)/document_type.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/entity_ref.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/element.h;$(Is)/exceptions.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/implementation.h;$(Is)/impllist.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/namednodemap.h;$(Is)/node.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/nodelist.h;$(Is)/string.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/pi.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/text.h;$(Is)/typeinfo.h
-INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/comment.h
Is := include/dom/events
I := /include/dom/events