aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-07 20:24:56 +0100
committerMattias Andrée <maandree@kth.se>2023-01-07 20:24:56 +0100
commita0a215b02de9a4f32097a8e98208f911c8d1e027 (patch)
treebd11effbe838b1a0b731877774bddcde6b8edb53 /Makefile
parentAdd LIBFONTS_SUBPIXEL_ORDER_BALANCED_??_?? subpixels orders (diff)
downloadlibfonts-a0a215b02de9a4f32097a8e98208f911c8d1e027.tar.gz
libfonts-a0a215b02de9a4f32097a8e98208f911c8d1e027.tar.bz2
libfonts-a0a215b02de9a4f32097a8e98208f911c8d1e027.tar.xz
Add libfonts_{get,unget}_subpixel_order_class
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74bb9e1..9ff12b7 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,9 @@ OBJ =\
libfonts_decode_font_description.o\
libfonts_encode_font_description.o\
libfonts_get_default_font_name.o\
- libfonts_get_output_dpi.o
+ libfonts_get_output_dpi.o\
+ libfonts_get_subpixel_order_class.o\
+ libfonts_unget_subpixel_order_class.o
HDR =\
common.h\