netsurf/content/handlers/Makefile

10 lines
239 B
Makefile
Raw Normal View History

# Image content handler sources
include content/handlers/image/Makefile
2016-05-26 13:18:41 +03:00
S_IMAGE := $(addprefix content/handlers/image/,$(S_IMAGE))
# CSS sources
include content/handlers/css/Makefile
S_CSS := $(addprefix content/handlers/css/,$(S_CSS))