aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-08 15:44:39 +0100
committerMattias Andrée <maandree@kth.se>2023-01-08 15:44:39 +0100
commit6a519db71998fbb8d2ea4fdd749494d77bf2e98f (patch)
tree2817d313ba721b245f88598aab0a824e5c0e8f56 /Makefile
parentm (diff)
downloadlibfonts-6a519db71998fbb8d2ea4fdd749494d77bf2e98f.tar.gz
libfonts-6a519db71998fbb8d2ea4fdd749494d77bf2e98f.tar.bz2
libfonts-6a519db71998fbb8d2ea4fdd749494d77bf2e98f.tar.xz
Improve libfonts_get_default_font_name and draft implementation of libfonts_get_default_font
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1724961..6a96f96 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ OBJ =\
libfonts_calculate_subpixel_order.o\
libfonts_decode_font_description.o\
libfonts_encode_font_description.o\
+ libfonts_get_default_font.o\
libfonts_get_default_font_name.o\
libfonts_get_output_dpi.o\
libfonts_get_subpixel_order_class.o\