From d7745d59bd9f4c9c1d1115312ea1bb87753f77db Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 5 Feb 2011 14:32:15 +0000 Subject: Added file upload / file dragdrop svn path=/trunk/netsurf/; revision=11621 --- atari/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/Makefile.target') 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)) -- cgit v1.2.3