From d7ddeebe764c1081465d174edfa51af5b73043f0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 18 Dec 2009 00:06:57 +0000 Subject: Fix framebuffer build svn path=/trunk/netsurf/; revision=9730 --- Makefile.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 2a4721850..c5f8cb9fc 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -93,8 +93,8 @@ S_AMIGA := $(addprefix amiga/,$(S_AMIGA)) # S_FRAMEBUFFER are sources purely for the framebuffer build S_FRAMEBUFFER := gui.c framebuffer.c tree.c history.c hotlist.c \ - schedule.c thumbnail.c misc.c bitmap.c filetype.c login.c \ - findfile.c fbtk.c + save.c schedule.c thumbnail.c misc.c bitmap.c filetype.c \ + login.c findfile.c fbtk.c S_FRAMEBUFFER += font_$(NETSURF_FB_FONTLIB).c -- cgit v1.2.3