From 0908925ca67652e4e335c5f8ef4139ca6f60904f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 3 Jul 2020 18:07:21 +0100 Subject: move the file fetcher sources into a single directory --- content/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'content/Makefile') diff --git a/content/Makefile b/content/Makefile index abc5a2463..188d0f46e 100644 --- a/content/Makefile +++ b/content/Makefile @@ -3,7 +3,6 @@ S_CONTENT := \ content.c \ content_factory.c \ - dirlist.c \ fetch.c \ hlcache.c \ llcache.c \ @@ -18,10 +17,12 @@ ifeq ($(NETSURF_FS_BACKING_STORE),YES) endif -# Content fetchers sources +# Content fetcher sources include content/fetchers/Makefile -# Content handlers +S_FETCHERS := $(addprefix content/,$(S_FETCHERS)) + +# Content handler sources include content/handlers/Makefile S_CONTENT := $(addprefix content/,$(S_CONTENT)) -- cgit v1.2.3