summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-02-25 18:24:04 +0000
committerVincent Sanders <vince@netsurf-browser.org>2013-02-25 18:24:04 +0000
commita35e66ffa16d98bcfdf9608cafbcfd85e18d5f02 (patch)
tree1e21aac859bdeb65a732f198dc3d5f05cd9d7058 /Makefile.sources
parent4e7b4259a44703ecc0994c922315b67df7096c90 (diff)
downloadnetsurf-a35e66ffa16d98bcfdf9608cafbcfd85e18d5f02.tar.gz
netsurf-a35e66ffa16d98bcfdf9608cafbcfd85e18d5f02.tar.bz2
split out object handling from render/html.c
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 6810915f9..b53d7c50a 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -12,10 +12,10 @@ S_FETCHERS := curl.c data.c file.c about.c resource.c
S_CSS := css.c dump.c internal.c select.c utils.c
S_RENDER := box.c box_construct.c box_normalise.c box_textarea.c \
- font.c form.c \
- html.c html_css.c html_script.c html_interaction.c \
- html_redraw.c html_forms.c imagemap.c layout.c list.c \
- search.c table.c textplain.c
+ font.c form.c imagemap.c layout.c list.c search.c table.c \
+ textplain.c \
+ html.c html_css.c html_script.c html_interaction.c \
+ html_redraw.c html_forms.c html_object.c
S_UTILS := base64.c corestrings.c filename.c filepath.c hashtable.c \
libdom.c locale.c log.c messages.c nsurl.c talloc.c url.c \