From 3224d7121aff91ab8d888831dc493ef621e3dd39 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 23 May 2016 23:32:16 +0100 Subject: move image content handlers to accomodate core build changes --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4af0a0391..35e734e60 100644 --- a/Makefile +++ b/Makefile @@ -585,9 +585,6 @@ include frontends/Makefile # Content sources include content/Makefile -# Content fetchers sources -include content/fetchers/Makefile - # CSS sources include css/Makefile @@ -606,9 +603,6 @@ include desktop/Makefile # Javascript source include javascript/Makefile -# Image content handler sources -include image/Makefile - # S_COMMON are sources common to all builds S_COMMON := $(S_CONTENT) $(S_FETCHERS) $(S_CSS) $(S_RENDER) $(S_UTILS) \ $(S_HTTP) $(S_DESKTOP) $(S_JAVASCRIPT) -- cgit v1.2.3