From fe151c135d3ffe3dff155d51f4f2680024ae8382 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 22 Apr 2010 23:50:58 +0000 Subject: First steps towards rationalising fbtk, split teh scrollbar widgets out svn path=/trunk/netsurf/; revision=10466 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index c62af6312..4b8c0ff18 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -102,7 +102,7 @@ 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 \ save.c schedule.c thumbnail.c misc.c bitmap.c filetype.c \ - login.c findfile.c fbtk.c + login.c findfile.c fbtk.c fbtk_widget_scroll.c S_FRAMEBUFFER += font_$(NETSURF_FB_FONTLIB).c -- cgit v1.2.3