mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
11 lines
307 B
Makefile
11 lines
307 B
Makefile
# Content fetchers sources
|
|
|
|
S_FETCHERS_YES := data.c file.c about.c resource.c
|
|
S_FETCHERS_NO :=
|
|
S_FETCHERS_$(NETSURF_USE_CURL) += curl.c
|
|
|
|
S_FETCHERS := $(addprefix content/fetchers/,$(S_FETCHERS_YES))
|
|
|
|
# The following files depend on the testament
|
|
content/fetchers/about.c: testament $(OBJROOT)/testament.h
|