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-09-21 05:29:04 +0200
commit3a5d8cf6c1bbecfaa23e28a8b4b25f380091db30 (patch)
tree7c7fbfb73e816863dd814c65f87874429ad52748 /atari/Makefile.target
parent559c9196858297862be6d5fc44ade73fcd9a0fe4 (diff)
downloadnetsurf-3a5d8cf6c1bbecfaa23e28a8b4b25f380091db30.tar.gz
netsurf-3a5d8cf6c1bbecfaa23e28a8b4b25f380091db30.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))