summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-04-08 11:40:16 +0100
committerVincent Sanders <vince@kyllikki.org>2014-04-08 11:41:58 +0100
commitb7b3496a78fd08197899f588a4abc026c8636e74 (patch)
treec3a5244f6f8d274ae0d66f390a8fc1672d02118a /content/fetchers
parent9ba0d66c6d8b248a1889a98b2e2850a728f7f3c0 (diff)
downloadnetsurf-b7b3496a78fd08197899f588a4abc026c8636e74.tar.gz
netsurf-b7b3496a78fd08197899f588a4abc026c8636e74.tar.bz2
move testament output to object directory instead of modifying source
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/Makefile2
-rw-r--r--content/fetchers/about.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/content/fetchers/Makefile b/content/fetchers/Makefile
index 06e38e4c8..855154232 100644
--- a/content/fetchers/Makefile
+++ b/content/fetchers/Makefile
@@ -5,4 +5,4 @@ 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
+content/fetchers/about.c: testament $(OBJROOT)/testament.h
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 8e973a9cc..f0244a975 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -41,6 +41,8 @@
#include <libwapcaplet/libwapcaplet.h>
+#include "testament.h"
+
#include "utils/config.h"
#include "content/dirlist.h"
#include "content/fetch.h"
@@ -54,7 +56,6 @@
#include "utils/url.h"
#include "utils/utils.h"
#include "utils/ring.h"
-#include "utils/testament.h"
#include "image/image_cache.h"
struct fetch_about_context;