From 6b8fc61b772b394d7a205531b492101c519dc47d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 17 Aug 2021 17:44:35 +0200 Subject: Add support for gzip compression and prepare for PSF support 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, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e52389..2c7879e 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,9 @@ OBJ =\ libskrift_merge_glyphs.o\ libskrift_millimeters_to_pixels.o\ libskrift_open_font.o\ + libskrift_open_font___.o\ + libskrift_open_font_adopt_mem.o\ + libskrift_open_font_adopt_mmap.o\ libskrift_open_font_at.o\ libskrift_open_font_fd.o\ libskrift_open_font_file.o\ -- cgit v1.2.3-70-g09d2