summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-13 17:33:15 -0600
committerVincent Sanders <vince@netsurf-browser.org>2012-07-13 17:37:22 -0600
commitd7289f67012f14471f4ccab911c3a976af52625a (patch)
tree3192bb49922eb7f5fd1d3fb80640d1fb15bfb0da /Makefile.sources
parent019be7616caf377f5b233c98206bc0c5d45a9793 (diff)
downloadnetsurf-d7289f67012f14471f4ccab911c3a976af52625a.tar.gz
netsurf-d7289f67012f14471f4ccab911c3a976af52625a.tar.bz2
remove parser binding layer
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 f76ba0904..9a4d8c59a 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -14,7 +14,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_script.c html_interaction.c html_redraw.c \
- libdom_binding.c imagemap.c layout.c list.c search.c table.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 \