summaryrefslogtreecommitdiff
path: root/content/fetchers/about/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-09-21 08:25:56 +0100
committerVincent Sanders <vince@kyllikki.org>2020-09-21 08:25:56 +0100
commit4cbc8f16b65571364828bf12a54c9094b25513f6 (patch)
tree40f14ccf9d7c65cf18d2f95dd805c40d9c60a067 /content/fetchers/about/Makefile
parent5207ecf3083fdf9e28fbc775426e415ff4a08f5d (diff)
downloadnetsurf-4cbc8f16b65571364828bf12a54c9094b25513f6.tar.gz
netsurf-4cbc8f16b65571364828bf12a54c9094b25513f6.tar.bz2
split out blank handler for about scheme
Diffstat (limited to 'content/fetchers/about/Makefile')
-rw-r--r--content/fetchers/about/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/about/Makefile b/content/fetchers/about/Makefile
index 3a96d03bd..5b45022bf 100644
--- a/content/fetchers/about/Makefile
+++ b/content/fetchers/about/Makefile
@@ -1,6 +1,6 @@
# about fetcher sources
-S_FETCHER_ABOUT := about.c imagecache.c
+S_FETCHER_ABOUT := about.c imagecache.c blank.c
# The following files depend on the testament
content/fetchers/about/about.c: testament $(OBJROOT)/testament.h