From cc18b5f21e5c81c87e547b496eb4cf083aafb513 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 13 Mar 2011 11:59:20 +0000 Subject: Initial testament functionality svn path=/trunk/netsurf/; revision=12020 --- Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.sources') 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) -- cgit v1.2.3