summaryrefslogtreecommitdiff
path: root/content/handlers/Makefile
blob: 2f2da3aed1a98b82175d36779edc5d23458dd910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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_CONTENT += $(addprefix handlers/css/,$(S_CSS))

# Javascript source
include content/handlers/javascript/Makefile

S_CONTENT += $(addprefix handlers/javascript/,$(S_JAVASCRIPT))

INCLUDE_DIRS += content/handlers