From ce23bb867bce14a73cc758b6a3ad89cbe55ba506 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 13 Feb 2009 17:34:18 +0000 Subject: make url bar work make SDL frontend keypresses more sensible split out inline image data into a seperate source file svn path=/trunk/netsurf/; revision=6469 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index fa78b6f11..de730f785 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -99,7 +99,7 @@ S_FRAMEBUFFER := fb_gui.c tree.c history.c hotlist.c fb_schedule.c \ thumbnail.c misc.c fb_bitmap.c fb_font.c font_8x16.c \ fb_filetype.c login.c fb_cursor.c fb_plotters.c \ fb_8bpp_plotters.c fb_16bpp_plotters.c fb_32bpp_plotters.c \ - fb_findfile.c fb_rootwindow.c + fb_findfile.c fb_rootwindow.c fb_image_data.c # fb_1bpp_plotters.c ifeq ($(NETSURF_FB_FRONTEND),linux) -- cgit v1.2.3