summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-02-05 14:32:15 +0000
committerOle Loots <ole@monochrom.net>2011-02-05 14:32:15 +0000
commitd7745d59bd9f4c9c1d1115312ea1bb87753f77db (patch)
tree7000b66009a95033bf68687466e0687215396311 /atari/Makefile.target
parent096e638b8ce240376d60fe6bac861c0b318d70db (diff)
downloadnetsurf-d7745d59bd9f4c9c1d1115312ea1bb87753f77db.tar.gz
netsurf-d7745d59bd9f4c9c1d1115312ea1bb87753f77db.tar.bz2
Added file upload / file dragdrop
svn path=/trunk/netsurf/; revision=11621
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index ad967916b..00f902763 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -40,7 +40,7 @@ S_ATARI := gui.c findfile.c filetype.c misc.c bitmap.c schedule.c \
plot.c plot/plotter.c plot/plotter_vdi.c plot/eddi.s \
plot/font_vdi.c plot/font_freetype.c \
browser_win.c toolbar.c statusbar.c browser.c \
- global_evnt.c osspec.c system_colour.c
+ global_evnt.c osspec.c dragdrop.c system_colour.c
S_ATARI := $(addprefix atari/,$(S_ATARI))