aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-17 20:21:10 +0100
committerMattias Andrée <maandree@kth.se>2023-01-17 20:21:10 +0100
commit26bc1384c1163601af5902435bc3bc2c59855e97 (patch)
tree6d0d52c3de36f9325e20d7c345a58ba28f9431e0 /Makefile
parentm (diff)
downloadlibfonts-26bc1384c1163601af5902435bc3bc2c59855e97.tar.gz
libfonts-26bc1384c1163601af5902435bc3bc2c59855e97.tar.bz2
libfonts-26bc1384c1163601af5902435bc3bc2c59855e97.tar.xz
Add libfonts_char_is_in_subset
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 ce8850d..7f43c72 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ LIB_NAME = fonts
PUBLIC_OBJ =\
libfonts_calculate_subpixel_order.o\
+ libfonts_char_is_in_subset.o\
libfonts_decode_font_description.o\
libfonts_do_decoded_font_descriptions_match.o\
libfonts_do_font_descriptions_match.o\