summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-11-10 11:20:31 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-11-10 11:44:38 +0000
commita79e0988174c51b44e9e549d8026e38ad4839e1a (patch)
tree092d1718e8e66fd32a0fc2af9d5205408da10128 /Makefile.sources
parent617d655c7bbcccd5168514c9d29e5b329eec63d4 (diff)
downloadnetsurf-a79e0988174c51b44e9e549d8026e38ad4839e1a.tar.gz
netsurf-a79e0988174c51b44e9e549d8026e38ad4839e1a.tar.bz2
remove redundant domutils and put functionality in existing utils/libdom
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 50dec8e5a..32db5e666 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 domutils.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