diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-10 22:36:15 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-10 22:36:15 +0100 |
commit | 0da4afcace17e9570e962c389f91ff9f18cf25e3 (patch) | |
tree | 3650fb66a055b8e4c70ee3648478f6f6aa84eb61 /Makefile | |
parent | Fix previous commit (diff) | |
download | libfonts-0da4afcace17e9570e962c389f91ff9f18cf25e3.tar.gz libfonts-0da4afcace17e9570e962c389f91ff9f18cf25e3.tar.bz2 libfonts-0da4afcace17e9570e962c389f91ff9f18cf25e3.tar.xz |
Add libfonts_get_font_root_dirs
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ PUBLIC_OBJ =\ libfonts_get_default_font.o\ libfonts_get_default_font_name.o\ libfonts_get_default_rendering_settings.o\ + libfonts_get_font_root_dirs.o\ libfonts_get_output_dpi.o\ libfonts_get_output_rendering_settings.o\ libfonts_get_subpixel_order_class.o\ |