summaryrefslogtreecommitdiff
path: root/content/fetchers/about/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-09-24 23:07:40 +0100
committerVincent Sanders <vince@kyllikki.org>2020-09-27 00:37:32 +0100
commit86ecde9a473deffdbb023317074a46c124477ca2 (patch)
tree808f0e13af021415296f32902d6f4ec85538d6fa /content/fetchers/about/Makefile
parentda7904554c476f4e8451cc54f6f3de882c2f03b6 (diff)
downloadnetsurf-86ecde9a473deffdbb023317074a46c124477ca2.tar.gz
netsurf-86ecde9a473deffdbb023317074a46c124477ca2.tar.bz2
split out about handler config handler
Diffstat (limited to 'content/fetchers/about/Makefile')
-rw-r--r--content/fetchers/about/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/content/fetchers/about/Makefile b/content/fetchers/about/Makefile
index 142c53398..700ac3947 100644
--- a/content/fetchers/about/Makefile
+++ b/content/fetchers/about/Makefile
@@ -1,6 +1,12 @@
# about fetcher sources
-S_FETCHER_ABOUT := about.c imagecache.c blank.c certificate.c testament.c
+S_FETCHER_ABOUT := \
+ about.c \
+ blank.c \
+ certificate.c \
+ config.c \
+ imagecache.c \
+ testament.c
# The following files depend on the testament
content/fetchers/about/testament.c: testament $(OBJROOT)/testament.h