summaryrefslogtreecommitdiff
path: root/src/html/Makefile
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-03-05 19:25:45 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-03-05 19:25:45 +0530
commit10ed961e18fdb62af1edeb38ae620653987ef8c9 (patch)
tree8942a65e0fd25edfdb4edff8155d6fd471340b2a /src/html/Makefile
parentdd0325710044eaeddc0452d0bc62dbb5d104f03a (diff)
downloadlibdom-10ed961e18fdb62af1edeb38ae620653987ef8c9.tar.gz
libdom-10ed961e18fdb62af1edeb38ae620653987ef8c9.tar.bz2
final patch for adding hr tag to libdom
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 4e1b4c4..5226b53 100644
--- a/src/html/Makefile
+++ b/src/html/Makefile
@@ -6,7 +6,7 @@ DIR_SOURCES := \
html_base_element.c html_isindex_element.c html_style_element.c \
html_body_element.c html_form_element.c html_select_element.c \
html_button_element.c html_input_element.c html_text_area_element.c \
- html_opt_group_element.c html_option_element.c
+ html_opt_group_element.c html_option_element.c html_hr_element.c
UNINMPLEMENTED_SOURCES := \
html_label_element.c html_fieldset_element.c \
@@ -15,7 +15,7 @@ UNINMPLEMENTED_SOURCES := \
html_li_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_basefont_element.c html_font_element.c \
- html_hr_element.c html_mod_element.c html_anchor_element.c \
+ html_mod_element.c html_anchor_element.c \
html_image_element.c html_object_element.c html_param_element.c \
html_applet_element.c html_map_element.c html_area_element.c \
html_script_element.c html_table_element.c html_tablecaption_element.c \