summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-04-24 22:04:52 +0100
committerVincent Sanders <vince@kyllikki.org>2020-04-24 22:04:52 +0100
commit2a1757b686dd9c063404418708c57ded292ebde6 (patch)
tree11c0a0a21abb3602313947135dd3090c9b18da62 /Makefile
parent65af1490bbabe62b0dbe22a84c1ef3d67a626d59 (diff)
downloadlibdom-2a1757b686dd9c063404418708c57ded292ebde6.tar.gz
libdom-2a1757b686dd9c063404418708c57ded292ebde6.tar.bz2
Fix HTMLCanvasElement types for width and height attributes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fe1656b..64bf7c2 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,7 @@ 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
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_canvas_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_input_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_select_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_text_area_element.h