summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
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