aboutsummaryrefslogtreecommitdiff
path: root/sys/libfont
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-03 22:23:46 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-03 22:23:46 -0700
commit60e3cfcb5304171cb5f4f8732730d30084c730e2 (patch)
treec3e877e8e7b5abcbea9cc84785a87a52d008d7a6 /sys/libfont
parentc5d4b505e27520a8373894a3382d529a00b6791f (diff)
fixed many segfaults
Diffstat (limited to 'sys/libfont')
-rw-r--r--sys/libfont/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libfont/rules.mk b/sys/libfont/rules.mk
index af3e8fa..0771148 100644
--- a/sys/libfont/rules.mk
+++ b/sys/libfont/rules.mk
@@ -2,7 +2,7 @@ include share/push.mk
# Iterate through subdirectory tree
# Local sources
-SRCS_$(d) := $(d)/font.c
+SRCS_$(d) := $(d)/font.c #$(d)/hint.c
LIBS_$(d) := $(d)/libfont.a
TSTS_$(d) := $(d)/test.c