summaryrefslogtreecommitdiff
path: root/monkey/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-24 10:54:32 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-24 10:54:32 +0100
commit4e7dcde2b056c16a96dde6adcadb29a65ca72fde (patch)
treee935f2978d0d0bd05fba9ca5c4e407a65b47f0c4 /monkey/Makefile.target
parent1a22eb2b658215ccb1d5281a4b30a2055fe6b8f6 (diff)
downloadnetsurf-4e7dcde2b056c16a96dde6adcadb29a65ca72fde.tar.gz
netsurf-4e7dcde2b056c16a96dde6adcadb29a65ca72fde.tar.bz2
Update monkey to use bitmap render API
Diffstat (limited to 'monkey/Makefile.target')
-rw-r--r--monkey/Makefile.target5
1 files changed, 2 insertions, 3 deletions
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index cb7bf1717..4f73ad068 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -57,9 +57,8 @@ endif
# ----------------------------------------------------------------------------
# S_MONKEY are sources purely for the MONKEY build
-S_MONKEY := main.c utils.c filetype.c schedule.c \
- bitmap.c plot.c browser.c download.c thumbnail.c \
- 401login.c cert.c font.c poll.c dispatch.c fetch.c
+S_MONKEY := main.c utils.c filetype.c schedule.c bitmap.c plot.c browser.c \
+ download.c 401login.c cert.c font.c poll.c dispatch.c fetch.c
S_MONKEY := $(addprefix monkey/,$(S_MONKEY))