aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-21 14:00:22 +0100
committerMattias Andrée <maandree@kth.se>2023-01-21 14:00:22 +0100
commit00fdd0019370abcc67cf95e9c604aeda4637ac8b (patch)
treea0d1a8f7baec414c143436550146d565fde02e79 /Makefile
parentAdd tests for libfonts_get_subpixel_expansion (diff)
downloadlibfonts-00fdd0019370abcc67cf95e9c604aeda4637ac8b.tar.gz
libfonts-00fdd0019370abcc67cf95e9c604aeda4637ac8b.tar.bz2
libfonts-00fdd0019370abcc67cf95e9c604aeda4637ac8b.tar.xz
Add libfonts_get_subpixel_map
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 32ad9a5..624232d 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ PUBLIC_OBJ =\
libfonts_get_output_dpi.o\
libfonts_get_output_rendering_settings.o\
libfonts_get_subpixel_expansion.o\
+ libfonts_get_subpixel_map.o\
libfonts_get_subpixel_order_class.o\
libfonts_parse_alias_line.o\
libfonts_parse_dir_line.o\