summaryrefslogtreecommitdiff
path: root/src/treebuilder/Makefile
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-03 12:47:49 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-03 12:47:49 +0000
commit95a5f32cd305571579109fea002b47701e76f82e (patch)
tree7284cee7649918b97febc45516a86af68ffb1af7 /src/treebuilder/Makefile
parent6017454967bfa76f12f986bc1374c6239db04017 (diff)
downloadlibhubbub-95a5f32cd305571579109fea002b47701e76f82e.tar.gz
libhubbub-95a5f32cd305571579109fea002b47701e76f82e.tar.bz2
Implement the "in table" insertion mode, at least partially. (The adoption agency algorithm hasn't been tweaked to respect in_table_foster.)
svn path=/trunk/hubbub/; revision=4500
Diffstat (limited to 'src/treebuilder/Makefile')
-rw-r--r--src/treebuilder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treebuilder/Makefile b/src/treebuilder/Makefile
index eba67c2..8c50b8e 100644
--- a/src/treebuilder/Makefile
+++ b/src/treebuilder/Makefile
@@ -34,7 +34,7 @@ d := $(DIR)
# Sources
SRCS_$(d) := treebuilder.c \
initial.c before_html.c before_head.c in_head.c \
- in_head_noscript.c after_head.c in_body.c \
+ in_head_noscript.c after_head.c in_body.c in_table.c \
in_caption.c in_column_group.c in_table_body.c in_row.c \
in_cell.c in_select.c in_select_in_table.c \
in_foreign_content.c after_body.c in_frameset.c \