summaryrefslogtreecommitdiff
path: root/content/handlers/Makefile
blob: e57fc11199d45d5d3992055a2e59eb551115ec1c (plain)
1
2
3
4
5
6
7
8
9
10
11
# Image content handler sources
include content/handlers/image/Makefile

S_IMAGE := $(addprefix content/handlers/image/,$(S_IMAGE))

# CSS sources
include content/handlers/css/Makefile

S_CSS := $(addprefix content/handlers/css/,$(S_CSS))

INCLUDE_DIRS += content/handlers