summaryrefslogtreecommitdiff
path: root/content/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'content/Makefile')
-rw-r--r--content/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/Makefile b/content/Makefile
index 02490618a..b4353ba95 100644
--- a/content/Makefile
+++ b/content/Makefile
@@ -8,10 +8,11 @@ ifeq ($(NETSURF_FS_BACKING_STORE),YES)
S_CONTENT += fs_backing_store.c
endif
-S_CONTENT := $(addprefix content/,$(S_CONTENT))
# Content fetchers sources
include content/fetchers/Makefile
# Content handlers
include content/handlers/Makefile
+
+S_CONTENT := $(addprefix content/,$(S_CONTENT))