summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-03-23 23:18:04 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-03-23 23:18:04 +0000
commitb21f85a07226111c4f237ad83683fd56540a44b3 (patch)
tree70ef301d046f413f2ba5f24cc30e4ef598db5173 /Makefile.sources
parentac6e205dc0f48981e8a8c001ddfdb732b75923a9 (diff)
downloadnetsurf-b21f85a07226111c4f237ad83683fd56540a44b3.tar.gz
netsurf-b21f85a07226111c4f237ad83683fd56540a44b3.tar.bz2
initial move to libdom
svn path=/trunk/netsurf/; revision=13573
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index e0f8c3335..39d01b6d9 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -13,7 +13,7 @@ S_CSS := css.c dump.c internal.c select.c utils.c
S_RENDER := box.c box_construct.c box_normalise.c \
font.c form.c html.c html_interaction.c html_redraw.c \
- hubbub_binding.c imagemap.c layout.c list.c search.c table.c \
+ libdom_binding.c imagemap.c layout.c list.c search.c table.c \
textinput.c textplain.c
S_UTILS := base64.c filename.c hashtable.c locale.c messages.c nsurl.c \