From ce7a8e1b184e661fe5b4457e9a55b60d77730949 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 24 Mar 2012 10:21:28 +0000 Subject: Install html_element.h svn path=/trunk/libdom/; revision=13587 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d906ca..da2b733 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,10 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/mutation_name_event.h;$(Is)/events. INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/event_listener.h 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) /lib/pkgconfig:lib$(COMPONENT).pc.in INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT) -- cgit v1.2.3