summaryrefslogtreecommitdiff
path: root/src/html/Makefile
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-10 20:17:18 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-18 04:05:05 +0530
commitd293e6e7ffdc9224ffba9593f4cc8f73701f2cd5 (patch)
treea620d0d2f56db44778157ac7925b2b8fa9899e5b /src/html/Makefile
parent8045b5015b9f8680cee1489c64b80ad55485eb68 (diff)
downloadlibdom-d293e6e7ffdc9224ffba9593f4cc8f73701f2cd5.tar.gz
libdom-d293e6e7ffdc9224ffba9593f4cc8f73701f2cd5.tar.bz2
This tag gave me a headache for a day or two :P. The problem is that the parser isnt handling the isindex element properly. I have left this tag incomplete right now. Will look at it later on.
Diffstat (limited to 'src/html/Makefile')
-rw-r--r--src/html/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/html/Makefile b/src/html/Makefile
index 95550ab..c98ce9a 100644
--- a/src/html/Makefile
+++ b/src/html/Makefile
@@ -18,9 +18,8 @@ DIR_SOURCES := \
html_map_element.c html_script_element.c html_tablecaption_element.c \
html_tablecell_element.c html_tablecol_element.c html_tablesection_element.c \
html_table_element.c html_tablerow_element.c html_frameset_element.c \
- html_frame_element.c html_iframe_element.c
+ html_frame_element.c html_iframe_element.c html_isindex_element.c \
UNINMPLEMENTED_SOURCES := \
- html_isindex_element.c \
include $(NSBUILD)/Makefile.subdir