summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-11-07 18:47:35 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-11-07 18:53:05 +0000
commit43fb761f450e463dbce7431d20606cf795daf04c (patch)
treeb7d45686726ed0eabc02d78349cd12fdcc17d536 /Makefile.sources
parentecd8364fe12197ec2ac3735d85ef24c35f92be01 (diff)
downloadnetsurf-43fb761f450e463dbce7431d20606cf795daf04c.tar.gz
netsurf-43fb761f450e463dbce7431d20606cf795daf04c.tar.bz2
add document.body, head and documentElement getters
add a dom utility file and use it
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 32db5e666..50dec8e5a 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -19,7 +19,7 @@ S_RENDER := box.c box_construct.c box_normalise.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
+ utf8.c utils.c useragent.c domutils.c
S_HTTP := challenge.c generics.c primitives.c parameter.c \
content-disposition.c content-type.c www-authenticate.c