aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-19 23:05:23 +0100
committerMattias Andrée <maandree@kth.se>2023-01-19 23:06:09 +0100
commit1bc3cedf6d2df394ceca7b68d19cb17980045e97 (patch)
tree65e92994a1fa31c66e5afb34663b6c8ce82e71aa /Makefile
parentFix libfonts_get_font_root_dirs and add libfonts dir (diff)
downloadlibfonts-1bc3cedf6d2df394ceca7b68d19cb17980045e97.tar.gz
libfonts-1bc3cedf6d2df394ceca7b68d19cb17980045e97.tar.bz2
libfonts-1bc3cedf6d2df394ceca7b68d19cb17980045e97.tar.xz
Add encoding parsing and m fix libfonts_parse_alias_line
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f43c72..7e967fd 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,10 @@ LIB_NAME = fonts
PUBLIC_OBJ =\
libfonts_calculate_subpixel_order.o\
libfonts_char_is_in_subset.o\
+ libfonts_deallocate_encoding.o\
+ libfonts_deallocate_encoding_mapping.o\
+ libfonts_deallocate_encoding_mapping_entry.o\
+ libfonts_deallocate_encoding_mapping_entry_index_to_name.o\
libfonts_decode_font_description.o\
libfonts_do_decoded_font_descriptions_match.o\
libfonts_do_font_descriptions_match.o\
@@ -32,6 +36,7 @@ PUBLIC_OBJ =\
libfonts_get_subpixel_order_class.o\
libfonts_parse_alias_line.o\
libfonts_parse_dir_line.o\
+ libfonts_parse_encoding_line.o\
libfonts_unget_subpixel_order_class.o\
libfonts_used_environs.o