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
commit836b1bdd7ce363b318c7eabd688a55c5c707f380 (patch)
tree419779005bccb589561e1e4466d4e8adfa56d064 /Makefile
parente3045cbd63f139c0448496b369a428657ae5bdf2 (diff)
downloadlibdom-836b1bdd7ce363b318c7eabd688a55c5c707f380.tar.gz
libdom-836b1bdd7ce363b318c7eabd688a55c5c707f380.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