summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 17:59:30 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 17:59:30 +0100
commit9c7a1bb6872159035fd6b4640cf9ec62b8630b54 (patch)
tree419779005bccb589561e1e4466d4e8adfa56d064 /Makefile
parente53520a36fd0a38e2297b8bec3ec8b5626f8fed4 (diff)
downloadlibdom-9c7a1bb6872159035fd6b4640cf9ec62b8630b54.tar.gz
libdom-9c7a1bb6872159035fd6b4640cf9ec62b8630b54.tar.bz2
HTMLLinkElement: Implement and enable tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c83160..ff328e6 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,7 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_collection.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_head_element.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_link_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_title_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_form_element.h