summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-02-13 17:34:18 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-02-13 17:34:18 +0000
commitce23bb867bce14a73cc758b6a3ad89cbe55ba506 (patch)
tree92d065b023ba36a5284a315aa8a3640d346d79a8 /Makefile.sources
parent79c0981402d27bfa5327876ad636137725b6d575 (diff)
downloadnetsurf-ce23bb867bce14a73cc758b6a3ad89cbe55ba506.tar.gz
netsurf-ce23bb867bce14a73cc758b6a3ad89cbe55ba506.tar.bz2
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
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
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)