From 0c352cad10691992d261e7d0f9ec06fdb801ed34 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 10 Nov 2021 22:50:28 +0100 Subject: Implement libfonts_calculate_subpixel_order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28289b7..2ea54db 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,8 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = fonts -OBJ = +OBJ =\ + libfonts_calculate_subpixel_order.o HDR =\ libfonts.h -- cgit v1.2.3-70-g09d2