summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-12 16:21:29 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-12 16:21:29 +0100
commit4fccdf18f3956eaab6481597e38efd1939f16f81 (patch)
tree36b6a67b3139202a1669a969b324806b6454c4f3 /Makefile.sources
parente7e33297676391c06d4465ea5b46630b8d26d511 (diff)
downloadnetsurf-4fccdf18f3956eaab6481597e38efd1939f16f81.tar.gz
netsurf-4fccdf18f3956eaab6481597e38efd1939f16f81.tar.bz2
Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings.
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 7b0bec577..d7229badc 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -17,9 +17,9 @@ S_RENDER := box.c box_construct.c box_normalise.c \
html_forms.c imagemap.c layout.c list.c search.c table.c \
textinput.c textplain.c
-S_UTILS := base64.c corestrings.c filename.c hashtable.c locale.c \
- messages.c nsurl.c talloc.c url.c utf8.c utils.c useragent.c \
- filepath.c log.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 \
+ utf8.c utils.c useragent.c
S_HTTP := challenge.c generics.c primitives.c parameter.c \
content-disposition.c content-type.c www-authenticate.c