aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-11-20 21:55:57 +0100
committerMattias Andrée <maandree@kth.se>2021-11-20 21:55:57 +0100
commit648533b47d5d8eb42f0922f584f482707714b17f (patch)
tree10cebfbd5cdcd90f7c23caac1d5e9ca6b3022f25 /Makefile
parentAdd prototype for libfonts_do_decoded_font_descriptions_match (diff)
downloadlibfonts-648533b47d5d8eb42f0922f584f482707714b17f.tar.gz
libfonts-648533b47d5d8eb42f0922f584f482707714b17f.tar.bz2
libfonts-648533b47d5d8eb42f0922f584f482707714b17f.tar.xz
Implement libfonts_decode_font_description
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 53e9215..978519e 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ LIB_NAME = fonts
OBJ =\
libfonts_calculate_subpixel_order.o\
+ libfonts_decode_font_description.o\
libfonts_encode_font_description.o\
libfonts_get_output_dpi.o