summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-23 02:19:50 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-23 02:19:50 +0000
commit163ad56fce1b8d83d43034620a8d5c847785edf7 (patch)
tree5e52e438bc5d90af5fd6977d7367fec15e25ba2e /Makefile.sources
parent4fad8726a4ae82849f38ffc3ef087181d7f37e14 (diff)
downloadnetsurf-163ad56fce1b8d83d43034620a8d5c847785edf7.tar.gz
netsurf-163ad56fce1b8d83d43034620a8d5c847785edf7.tar.bz2
Rework html parser bindings to have a common API and reside in separate files for ease of reading.
Add error handling to hubbub binding. svn path=/trunk/netsurf/; revision=5404
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 0ae415cf2..f25ac5430 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -9,8 +9,8 @@ S_CONTENT := content.c fetch.c fetchcache.c urldb.c \
fetchers/fetch_curl.c fetchers/fetch_data.c
S_CSS := css.c css_enum.c parser.c ruleset.c scanner.c
S_RENDER := box.c box_construct.c box_normalise.c directory.c \
- form.c html.c html_redraw.c imagemap.c layout.c list.c \
- table.c textplain.c
+ form.c html.c html_redraw.c hubbub_binding.c imagemap.c \
+ layout.c libxml_binding.c list.c table.c textplain.c
S_UTILS := base64.c filename.c hashtable.c locale.c messages.c talloc.c \
url.c utf8.c utils.c useragent.c
S_DESKTOP := knockout.c options.c tree.c version.c