summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-28 12:50:19 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-28 12:50:19 +0000
commita28f64386e8f308d5a8e57b31b4d00a02cb8caa9 (patch)
tree8cdc7d073872a10b2acbb454261bca1e8e46d85f /Makefile.sources
parent02d61df4e53dbcf9d2ee9637295eaf9462c62598 (diff)
downloadnetsurf-a28f64386e8f308d5a8e57b31b4d00a02cb8caa9.tar.gz
netsurf-a28f64386e8f308d5a8e57b31b4d00a02cb8caa9.tar.bz2
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
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources3
1 files changed, 2 insertions, 1 deletions
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