summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-12-06 01:38:49 +0100
committerOle Loots <ole@monochrom.net>2012-12-06 01:38:49 +0100
commitc4b09a8439c3465354aa7c8545ed54d099eb17fa (patch)
tree923cd2da4e94f30eff985d42eac74ba7c624854c /atari/Makefile.target
parent5d2ac2ecace0971ce2737f4169b62b56a2ca3a2a (diff)
downloadnetsurf-c4b09a8439c3465354aa7c8545ed54d099eb17fa.tar.gz
netsurf-c4b09a8439c3465354aa7c8545ed54d099eb17fa.tar.bz2
Removed global_evnt.c module.
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 9faa52d66..616fa5ab8 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -76,6 +76,7 @@ LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
S_ATARI := gui.c \
findfile.c \
filetype.c \
+ font.c \
misc.c \
bitmap.c \
schedule.c \
@@ -86,14 +87,13 @@ S_ATARI := gui.c \
treeview.c \
hotlist.c \
history.c\
- search.c font.c \
+ search.c \
redrawslots.c \
encoding.c \
rootwin.c \
toolbar.c \
statusbar.c \
browser.c \
- global_evnt.c \
osspec.c \
system_colour.c \
ctxmenu.c \