summaryrefslogtreecommitdiff
path: root/content/fetchers/about/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-09-23 08:48:17 +0100
committerVincent Sanders <vince@kyllikki.org>2020-09-23 08:48:17 +0100
commitda7904554c476f4e8451cc54f6f3de882c2f03b6 (patch)
tree2eb190822bcb94d241c992cd9c84f2ea4a4ed441 /content/fetchers/about/Makefile
parentdd541886fe8899353f45842534c168e42b1ef9a0 (diff)
downloadnetsurf-da7904554c476f4e8451cc54f6f3de882c2f03b6.tar.gz
netsurf-da7904554c476f4e8451cc54f6f3de882c2f03b6.tar.bz2
split out about scheme testament handler
Diffstat (limited to 'content/fetchers/about/Makefile')
-rw-r--r--content/fetchers/about/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/fetchers/about/Makefile b/content/fetchers/about/Makefile
index cca22d3c6..142c53398 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 blank.c certificate.c
+S_FETCHER_ABOUT := about.c imagecache.c blank.c certificate.c testament.c
# The following files depend on the testament
-content/fetchers/about/about.c: testament $(OBJROOT)/testament.h
+content/fetchers/about/testament.c: testament $(OBJROOT)/testament.h