mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-29 09:43:09 +03:00
12 lines
273 B
Makefile
12 lines
273 B
Makefile
# 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
|