diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2011-10-15 14:09:35 +0000 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2011-10-15 14:09:35 +0000 |
commit | ad8a96554865092f340e239731d2e44bce1df526 (patch) | |
tree | cfb813888ff50d1032933304bdeb936eb64b95c4 /amiga/Makefile.target | |
parent | 62248c06d388d2f16788bdc46d087ae809f77a11 (diff) | |
download | netsurf-ad8a96554865092f340e239731d2e44bce1df526.tar.gz |
Start to consolidate user file operation into one file
svn path=/trunk/netsurf/; revision=13062
Diffstat (limited to 'amiga/Makefile.target')
-rw-r--r-- | amiga/Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target index d80f91016..e92335ec3 100644 --- a/amiga/Makefile.target +++ b/amiga/Makefile.target @@ -68,7 +68,7 @@ endif # ---------------------------------------------------------------------------- # S_AMIGA are sources purely for the Amiga build -S_AMIGA := gui.c tree.c history.c hotlist.c schedule.c \ +S_AMIGA := gui.c tree.c history.c hotlist.c schedule.c file.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 \ |