summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-02-12 20:47:25 +0000
committerOle Loots <ole@monochrom.net>2011-02-12 20:47:25 +0000
commitb6566eb3bfb47d300cc8dec917e1be90b6721e13 (patch)
treee57e14aedb251325f7645b6f9c51b24b7fa0c7de /atari/Makefile.target
parent903cf68f8fc46a2a050d970226c7e9d3275eca17 (diff)
downloadnetsurf-b6566eb3bfb47d300cc8dec917e1be90b6721e13.tar.gz
netsurf-b6566eb3bfb47d300cc8dec917e1be90b6721e13.tar.bz2
Added frambuffer port "internal" font decoder.
svn path=/trunk/netsurf/; revision=11663
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 7b9f7b2e9..a308a8267 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -38,7 +38,7 @@ S_ATARI := gui.c findfile.c filetype.c misc.c bitmap.c schedule.c \
download.c thumbnail.c login.c verify_ssl.c treeview.c hotlist.c history.c\
search.c font.c \
plot.c plot/plotter.c plot/plotter_vdi.c plot/eddi.s \
- plot/font_vdi.c plot/font_freetype.c \
+ plot/font_vdi.c plot/font_freetype.c plot/font_internal.c \
browser_win.c toolbar.c statusbar.c browser.c \
global_evnt.c osspec.c dragdrop.c system_colour.c
S_ATARI := $(addprefix atari/,$(S_ATARI))