summaryrefslogtreecommitdiff
path: root/content/fetchers/Makefile
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-04-21 23:18:15 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:54 +0200
commite94504c0d57e0cc3f6508c489762d7ffea3242be (patch)
treed38488d1cd055d2ba3b81a75a1cf4ad317057777 /content/fetchers/Makefile
parent476423b2ec5479efd3fbe5a83689dfad6622036a (diff)
downloadnetsurf-e94504c0d57e0cc3f6508c489762d7ffea3242be.tar.gz
netsurf-e94504c0d57e0cc3f6508c489762d7ffea3242be.tar.bz2
Move port for kolibrios ahead.
Look at diff from master and reconcile.
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))