summaryrefslogtreecommitdiff
path: root/content/fetchers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/Makefile')
-rw-r--r--content/fetchers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetchers/Makefile b/content/fetchers/Makefile
index 9c8479320..5d9b7ad00 100644
--- a/content/fetchers/Makefile
+++ b/content/fetchers/Makefile
@@ -3,6 +3,7 @@
S_FETCHERS_YES := data.c file.c about.c resource.c
S_FETCHERS_NO :=
S_FETCHERS_$(NETSURF_USE_CURL) += curl.c
+S_FETCHERS_$(NETSURF_USE_KOLIBRI_HTTPLIB) += httplib_kolibri.c
S_FETCHERS := $(addprefix content/fetchers/,$(S_FETCHERS_YES))