aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-10 18:45:42 +0100
committerMattias Andrée <maandree@kth.se>2023-01-10 18:45:42 +0100
commitabf2630e7039c53126faf6585769e2abfba657dd (patch)
tree68a97f64a78472154a1da3fb988022ccf417bc49 /Makefile
parentm (diff)
downloadlibfonts-abf2630e7039c53126faf6585769e2abfba657dd.tar.gz
libfonts-abf2630e7039c53126faf6585769e2abfba657dd.tar.bz2
libfonts-abf2630e7039c53126faf6585769e2abfba657dd.tar.xz
m + implement libfonts_do_{decoded_,}font_descriptions_match
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 71676a7..185f639 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,8 @@ LIB_NAME = fonts
PUBLIC_OBJ =\
libfonts_calculate_subpixel_order.o\
libfonts_decode_font_description.o\
+ libfonts_do_decoded_font_descriptions_match.o\
+ libfonts_do_font_descriptions_match.o\
libfonts_encode_font_description.o\
libfonts_get_default_font.o\
libfonts_get_default_font_name.o\