From 17a93f72f3343e6839f625972ba743ec61441c49 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 8 Jan 2023 21:40:02 +0100 Subject: Partially implement libfonts_get_default_font, libfonts_get_{default,output}_rendering_settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c915208..71676a7 100644 --- a/Makefile +++ b/Makefile @@ -31,15 +31,21 @@ PUBLIC_OBJ =\ OBJ =\ $(PUBLIC_OBJ)\ + libfonts_confsplit__.o\ libfonts_getenv__.o\ libfonts_gethome__.o\ + libfonts_getline__.o\ + libfonts_parse_aa__.o\ + libfonts_parse_double__.o\ + libfonts_parse_order__.o\ + libfonts_parse_uint32__.o HDR =\ common.h\ libfonts.h LOBJ = $(OBJ:.o=.lo) -TESTS = $(PUBLIC_OBJ:.o=.test) +TESTS = $(OBJ:.o=.test) all: libfonts.a libfonts.$(LIBEXT) $(TESTS) -- cgit v1.2.3-70-g09d2