From dbe64238302aab07de75d520f9a85fa2856e8ce7 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Fri, 21 Apr 2017 23:18:15 +0200 Subject: Move port for kolibrios ahead. Look at diff from master and reconcile. --- content/fetchers/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'content/fetchers') 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)) -- cgit v1.2.3