summaryrefslogtreecommitdiff
path: root/content/handlers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/Makefile')
-rw-r--r--content/handlers/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/content/handlers/Makefile b/content/handlers/Makefile
index 97d2813b4..a12d8cc21 100644
--- a/content/handlers/Makefile
+++ b/content/handlers/Makefile
@@ -1,4 +1,9 @@
# Image content handler sources
include content/handlers/image/Makefile
-S_IMAGE := $(addprefix content/handlers/,$(S_IMAGE))
+S_IMAGE := $(addprefix content/handlers/image/,$(S_IMAGE))
+
+# CSS sources
+include content/handlers/css/Makefile
+
+S_CSS := $(addprefix content/handlers/css/,$(S_CSS))