From d25e5568bb082e26c0c3755b9cd504660cee0e70 Mon Sep 17 00:00:00 2001 From: François Revel Date: Sun, 15 May 2011 20:01:25 +0000 Subject: Add a redirecting fetcher for the doi: URI scheme. Not much used but just in case... svn path=/trunk/netsurf/; revision=12412 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index f090bde4f..6190d3f68 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -7,7 +7,7 @@ S_CONTENT := content.c content_factory.c dirlist.c fetch.c hlcache.c \ llcache.c urldb.c -S_FETCHERS := curl.c data.c file.c about.c resource.c +S_FETCHERS := curl.c data.c doi.c file.c about.c resource.c S_CSS := css.c dump.c internal.c select.c utils.c -- cgit v1.2.3