summaryrefslogtreecommitdiff
path: root/content/handlers/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-26 11:18:41 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-26 11:18:41 +0100
commit6722943b81c0dba84ed187b2d117cc92972117ed (patch)
tree5de3de53a92696c9a4b9edcfd54e7f608ad2fb04 /content/handlers/Makefile
parentc25eb6b7e7a08d7e2aaf33994c2c24053cf47b82 (diff)
downloadnetsurf-6722943b81c0dba84ed187b2d117cc92972117ed.tar.gz
netsurf-6722943b81c0dba84ed187b2d117cc92972117ed.tar.bz2
move the CSS content handler
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))