mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 17:52:43 +03:00
9 lines
243 B
Makefile
9 lines
243 B
Makefile
|
# Content fetchers sources
|
||
|
|
||
|
S_FETCHERS := curl.c data.c file.c about.c resource.c
|
||
|
|
||
|
S_FETCHERS := $(addprefix content/fetchers/,$(S_FETCHERS))
|
||
|
|
||
|
# The following files depend on the testament
|
||
|
content/fetchers/about.c: testament utils/testament.h
|