mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
7 lines
189 B
Makefile
7 lines
189 B
Makefile
# Content sources
|
|
|
|
S_CONTENT := content.c content_factory.c dirlist.c fetch.c hlcache.c \
|
|
llcache.c mimesniff.c urldb.c no_backing_store.c
|
|
|
|
S_CONTENT := $(addprefix content/,$(S_CONTENT))
|