aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-08 16:58:46 +0100
committerMattias Andrée <maandree@kth.se>2023-01-08 16:58:46 +0100
commit4d2cadb1719675dc832b9e8cfdd00a27f9189612 (patch)
tree004a4905337bc9e2bca9835e5ecb7831831c0d75 /Makefile
parentAdd environment spoofing (diff)
downloadlibfonts-4d2cadb1719675dc832b9e8cfdd00a27f9189612.tar.gz
libfonts-4d2cadb1719675dc832b9e8cfdd00a27f9189612.tar.bz2
libfonts-4d2cadb1719675dc832b9e8cfdd00a27f9189612.tar.xz
Draft implementations of libfonts_get_{default,output}_rendering_settings
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 7790c0e..46df5b2 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ PUBLIC_OBJ =\
libfonts_encode_font_description.o\
libfonts_get_default_font.o\
libfonts_get_default_font_name.o\
+ libfonts_get_default_rendering_settings.o\
libfonts_get_output_dpi.o\
libfonts_get_subpixel_order_class.o\
libfonts_unget_subpixel_order_class.o\