summaryrefslogtreecommitdiff
path: root/src/html/Makefile
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-09 20:47:13 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:05 +0530
commitce28e10c6c8018380b0609b715f59f8fd1550a21 (patch)
tree744dd65c582e91d95612f0340ca1485d77cff8df /src/html/Makefile
parentba80007cad36fa89c490d2cbdb4321d7e11a8236 (diff)
downloadlibdom-ce28e10c6c8018380b0609b715f59f8fd1550a21.tar.gz
libdom-ce28e10c6c8018380b0609b715f59f8fd1550a21.tar.bz2
Label Element
Diffstat (limited to 'src/html/Makefile')
-rw-r--r--src/html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/Makefile b/src/html/Makefile
index 632e581..a682418 100644
--- a/src/html/Makefile
+++ b/src/html/Makefile
@@ -10,10 +10,10 @@ DIR_SOURCES := \
html_dlist_element.c html_directory_element.c html_menu_element.c \
html_fieldset_element.c html_legend_element.c html_div_element.c \
html_paragraph_element.c html_heading_element.c html_quote_element.c \
- html_pre_element.c html_br_element.c
+ html_pre_element.c html_br_element.c html_label_element.c
UNINMPLEMENTED_SOURCES := \
- html_label_element.c html_ulist_element.c html_olist_element.c \
+ html_ulist_element.c html_olist_element.c \
html_li_element.c html_basefont_element.c html_font_element.c \
html_mod_element.c html_anchor_element.c \
html_image_element.c html_object_element.c html_param_element.c \