summaryrefslogtreecommitdiff
path: root/content/fetchers/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-03-11 17:50:12 +0000
committerVincent Sanders <vince@netsurf-browser.org>2013-03-11 17:53:52 +0000
commit95e726c7cc21c52829548340142d266cdb8f1123 (patch)
tree35242bf31d2e00858124f568b06c8ff51290416c /content/fetchers/Makefile
parent41e4928e25039119b97035640cf97b1949a129d4 (diff)
downloadnetsurf-95e726c7cc21c52829548340142d266cdb8f1123.tar.gz
netsurf-95e726c7cc21c52829548340142d266cdb8f1123.tar.bz2
split sources lists out to their subdirectories as first step towards using core buildsystem
Diffstat (limited to 'content/fetchers/Makefile')
-rw-r--r--content/fetchers/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/fetchers/Makefile b/content/fetchers/Makefile
new file mode 100644
index 000000000..06e38e4c8
--- /dev/null
+++ b/content/fetchers/Makefile
@@ -0,0 +1,8 @@
+# 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