summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 84ed16197..ac2a7c403 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -106,7 +106,8 @@ S_FRAMEBUFFER := gui.c framebuffer.c tree.c history.c hotlist.c \
S_FRAMEBUFFER += font_$(NETSURF_FB_FONTLIB).c
ifeq ($(NETSURF_FB_FONTLIB),internal)
-S_FRAMEBUFFER += font_8x16.c
+S_FRAMEBUFFER += nsfont_regular.c nsfont_italic.c nsfont_bold.c \
+ nsfont_italic_bold.c
endif