summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-03-05 14:21:29 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-03-05 14:21:29 +0000
commit8e796652480528f5ae2c48eabdeb33a6b8d3a830 (patch)
tree7042c9d76fe982565eebdc5056f75d544fbaf45c /Makefile.sources
parent9b80498b423b4bae017b834d10563fa59e027b5c (diff)
downloadnetsurf-8e796652480528f5ae2c48eabdeb33a6b8d3a830.tar.gz
netsurf-8e796652480528f5ae2c48eabdeb33a6b8d3a830.tar.bz2
Initial attempt at implementing data: URLs. Needs cleaning and verifying that I'm using the fetcher API correctly. Appears to work, though.
svn path=/trunk/netsurf/; revision=3882
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.sources b/Makefile.sources
index fab8a4481..89e844ba3 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -6,12 +6,12 @@
#
S_CONTENT := content.c fetch.c fetchcache.c urldb.c \
- fetchers/fetch_curl.c
+ fetchers/fetch_curl.c fetchers/fetch_data.c
S_CSS := css.c css_enum.c parser.c ruleset.c scanner.c
S_RENDER := box.c box_construct.c box_normalise.c \
directory.c form.c html.c html_redraw.c \
imagemap.c layout.c list.c table.c textplain.c
-S_UTILS := filename.c hashtable.c messages.c talloc.c \
+S_UTILS := base64.c filename.c hashtable.c messages.c talloc.c \
url.c utf8.c utils.c useragent.c
S_DESKTOP := knockout.c options.c tree.c version.c