From a28f64386e8f308d5a8e57b31b4d00a02cb8caa9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 28 Mar 2009 12:50:19 +0000 Subject: Implement a download queue for ARexx-initiated downloads. Working manually, however GummiSurf is causing it to crash for some reason. Split download/save routines off into a new file. svn path=/trunk/netsurf/; revision=6966 --- Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 174b9d740..9492e144c 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -86,7 +86,8 @@ S_AMIGA := compat.c gui.c tree.c history.c hotlist.c schedule.c \ thumbnail.c misc.c bitmap.c font.c filetype.c utf8.c login.c \ plotters.c object.c menu.c save_pdf.c arexx.c version.c \ cookies.c context_menu.c clipboard.c save_complete.c \ - fetch_file.c fetch_mailto.c search.c history_local.c + fetch_file.c fetch_mailto.c search.c history_local.c \ + download.c S_AMIGA := $(addprefix amiga/,$(S_AMIGA)) # S_FRAMEBUFFER are sources purely for the framebuffer build -- cgit v1.2.3