summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-27 11:07:32 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-27 11:07:32 +0000
commite1f7a37f157686aba073296c3458875b839577b5 (patch)
treea9c8e46272e32ca491e0b2586d7720b0f2bbb596 /Makefile.sources
parenta269a82d1fee2eca4bee956b35ff8fd71e65c30e (diff)
downloadnetsurf-e1f7a37f157686aba073296c3458875b839577b5.tar.gz
netsurf-e1f7a37f157686aba073296c3458875b839577b5.tar.bz2
Port fetch layer to nsurl. Remove unused fetch_get_referer function.
svn path=/trunk/netsurf/; revision=12899
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 6dcf106b6..0aaaa1612 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -16,7 +16,7 @@ S_RENDER := box.c box_construct.c box_normalise.c \
hubbub_binding.c imagemap.c layout.c list.c search.c table.c \
textinput.c textplain.c
-S_UTILS := base64.c filename.c hashtable.c locale.c messages.c \
+S_UTILS := base64.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_HTTP := challenge.c generics.c primitives.c parameter.c \