summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-10-12 13:37:16 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-10-12 13:37:16 +0000
commit8196d13a73f2493ee2cb64bbba825ef494e021e3 (patch)
tree00e369363d94b3dcfd9e7508102bd314c13d4f09
parent78bc16d8f9b5adf9360af25400300745bb034326 (diff)
downloadnetsurf-8196d13a73f2493ee2cb64bbba825ef494e021e3.tar.gz
netsurf-8196d13a73f2493ee2cb64bbba825ef494e021e3.tar.bz2
Reapply r5542 but without its CRLF lineending change.
svn path=/trunk/netsurf/; revision=5547
-rw-r--r--Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index cb263db67..7a8a1b65f 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -88,7 +88,8 @@ S_DEBUG := $(addprefix debug/,$(S_DEBUG))
# S_AMIGA are sources purely for the Amiga build
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
+ plotters.c object.c menu.c save_pdf.c arexx.c version.c \
+ cookies.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))
# S_FRAMEBUFFER are sources purely for the framebuffer build