From 8e796652480528f5ae2c48eabdeb33a6b8d3a830 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Wed, 5 Mar 2008 14:21:29 +0000 Subject: 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 --- Makefile.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.sources') 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 -- cgit v1.2.3