summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-21 05:29:04 +0200
committerOle Loots <ole@monochrom.net>2013-10-06 01:24:17 +0200
commit49f4fa0d787c867ed24ac49897feb347939d4ef3 (patch)
tree3400ff2f7072abd6f05863aed7157f7084e51cb9 /atari/Makefile.target
parent074b07253551fb6aeb1d71ee4dfbf9b838cbf663 (diff)
downloadnetsurf-49f4fa0d787c867ed24ac49897feb347939d4ef3.tar.gz
netsurf-49f4fa0d787c867ed24ac49897feb347939d4ef3.tar.bz2
Hotlist and History and Cookies Manager implemented.
(The Cookie Manager window is a new one)
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target14
1 files changed, 7 insertions, 7 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index fee49633e..e47eb5d44 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -78,6 +78,7 @@ S_ATARI := \
bitmap.c \
clipboard.c \
ctxmenu.c \
+ cookies.c \
deskmenu.c \
download.c \
encoding.c \
@@ -85,18 +86,20 @@ S_ATARI := \
filetype.c \
font.c \
gui.c \
+ hotlist.c \
+ history.c \
login.c \
misc.c \
osspec.c \
+ redrawslots.c \
+ rootwin.c \
schedule.c \
search.c \
statusbar.c \
+ settings.c \
+ toolbar.c \
thumbnail.c \
treeview.c \
- redrawslots.c \
- rootwin.c \
- toolbar.c \
- settings.c \
plot/plot.c \
plot/fontplot.c \
plot/eddi.s \
@@ -110,9 +113,6 @@ S_ATARI := \
gemtk/utils.c \
gemtk/objc.c
-# cookies.c \
-# hotlist.c \
-# history.c\
S_ATARI := $(addprefix atari/,$(S_ATARI))