summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-02-24 13:15:05 +0000
committerVincent Sanders <vince@kyllikki.org>2013-02-24 16:08:37 +0000
commitcc7f45898bdde2793ee17f99ea4cf058250a16b5 (patch)
tree9077addadd48f6a665fe8b0cae56bbbd69867756 /Makefile.sources
parentbba74b7a0b414809e29d8b19978db1996a8822ac (diff)
downloadnetsurf-cc7f45898bdde2793ee17f99ea4cf058250a16b5.tar.gz
netsurf-cc7f45898bdde2793ee17f99ea4cf058250a16b5.tar.bz2
refactor stylesheet handling to separate object from within html rendering
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 550c563bc..6810915f9 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -13,9 +13,9 @@ 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_script.c html_interaction.c html_redraw.c \
- html_forms.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 imagemap.c layout.c list.c \
+ search.c table.c textplain.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 \