summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-26 14:14:29 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-26 14:14:29 +0000
commit6dd7157ffb8c2cd6fd6ff8076ab765000a2c8e40 (patch)
treec7a3c4ecdbfd432a046e6daefd7c3af7e84e27ad /Makefile.sources
parentf57cb3382b564692b64ebbcfc6a48ecefc3ac182 (diff)
downloadnetsurf-6dd7157ffb8c2cd6fd6ff8076ab765000a2c8e40.tar.gz
netsurf-6dd7157ffb8c2cd6fd6ff8076ab765000a2c8e40.tar.bz2
Add a resources Makefile, support host tools, and add support to build framebuffer assets from PNG resources
svn path=/trunk/netsurf/; revision=6631
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.sources b/Makefile.sources
index b8dddccd6..7fabf0178 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -94,7 +94,7 @@ S_FRAMEBUFFER := fb_gui.c tree.c history.c hotlist.c fb_schedule.c \
thumbnail.c misc.c fb_bitmap.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_image_data.c
+ fb_rootwindow.c
# fb_1bpp_plotters.c
S_FRAMEBUFFER += fb_font_$(NETSURF_FB_FONTLIB).c
@@ -204,7 +204,7 @@ EXETARGET := NetSurf
endif
ifeq ($(TARGET),framebuffer)
-SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_FRAMEBUFFER)
+SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_FRAMEBUFFER) $(S_IMAGES)
EXETARGET := nsfb$(SUBTARGET)
endif