summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 11:59:20 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 11:59:20 +0000
commitcc18b5f21e5c81c87e547b496eb4cf083aafb513 (patch)
treef81b24a0cc60302236b842eb8045c0e0675efac2 /Makefile.sources
parentc29ae3efef044c5262db9c7e240c76b14874dc76 (diff)
downloadnetsurf-cc18b5f21e5c81c87e547b496eb4cf083aafb513.tar.gz
netsurf-cc18b5f21e5c81c87e547b496eb4cf083aafb513.tar.bz2
Initial testament functionality
svn path=/trunk/netsurf/; revision=12020
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 3b9e11368..6651f4943 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -45,6 +45,8 @@ S_BROWSER := browser.c download.c frames.c history_core.c netsurf.c \
save_complete.c save_text.c selection.c textinput.c
S_BROWSER := $(addprefix desktop/,$(S_BROWSER))
+# The following files depend on the testament
+content/fetchers/about.c: testament
# Some extra rules for building the transliteration table.
ifeq ($(HOST),riscos)