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
commitedcaeef8cf7d700d6013791a586714ffe3841769 (patch)
treecb51116e0216a1e5c16178a37e45630e0409b2c5 /Makefile
parente9a0f3960d560ea5f98ecd6ccddb635b4dc029bb (diff)
downloadlibdom-edcaeef8cf7d700d6013791a586714ffe3841769.tar.gz
libdom-edcaeef8cf7d700d6013791a586714ffe3841769.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