summaryrefslogtreecommitdiff
path: root/monkey/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-24 10:23:51 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-24 10:23:51 +0100
commitae01f3661938b14b44a907113b6b65c0e3d1721d (patch)
tree2a840d3a142e85587ba4f9860c203ad9322c0c84 /monkey/Makefile.target
parent922faa743b16fcfe661d18be9efcaf329186fbe9 (diff)
downloadnetsurf-ae01f3661938b14b44a907113b6b65c0e3d1721d.tar.gz
netsurf-ae01f3661938b14b44a907113b6b65c0e3d1721d.tar.bz2
update monkey frontend to use layout table
Diffstat (limited to 'monkey/Makefile.target')
-rw-r--r--monkey/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index 3c7b093af..f03290d22 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -57,7 +57,7 @@ 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 401login.c cert.c font.c dispatch.c fetch.c
+ download.c 401login.c cert.c layout.c dispatch.c fetch.c
S_MONKEY := $(addprefix monkey/,$(S_MONKEY))