summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-22 12:07:26 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-22 12:07:26 +0100
commitf3a8f9b62f805739acd19082026eb5afd3df9640 (patch)
treecb51116e0216a1e5c16178a37e45630e0409b2c5 /Makefile
parent9f74d817eec3a46f0c34dcd43ad2325fb9cc06bd (diff)
downloadlibdom-f3a8f9b62f805739acd19082026eb5afd3df9640.tar.gz
libdom-f3a8f9b62f805739acd19082026eb5afd3df9640.tar.bz2
HTMLBodyElement: Implementation and test enabling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index be9cc2d..6918bb7 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,7 @@ 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_body_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_meta_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_form_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_button_element.h