From 7afd0d75ff4043cfe6b08ec4aab06eaffbaaf47d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 2 Dec 2010 16:12:56 +0000 Subject: Install missing header files. svn path=/trunk/dom/; revision=10952 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3