From 627e5b9789c663343c74dac6535724ddc63aae1c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 8 Jan 2023 16:23:56 +0100 Subject: Add environment spoofing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a96f96..7790c0e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = fonts -OBJ =\ +PUBLIC_OBJ =\ libfonts_calculate_subpixel_order.o\ libfonts_decode_font_description.o\ libfonts_encode_font_description.o\ @@ -24,14 +24,20 @@ OBJ =\ libfonts_get_default_font_name.o\ libfonts_get_output_dpi.o\ libfonts_get_subpixel_order_class.o\ - libfonts_unget_subpixel_order_class.o + libfonts_unget_subpixel_order_class.o\ + libfonts_used_environs.o + +OBJ =\ + $(PUBLIC_OBJ)\ + libfonts_getenv__.o\ + libfonts_gethome__.o\ HDR =\ common.h\ libfonts.h LOBJ = $(OBJ:.o=.lo) -TESTS = $(OBJ:.o=.test) +TESTS = $(PUBLIC_OBJ:.o=.test) all: libfonts.a libfonts.$(LIBEXT) $(TESTS) -- cgit v1.2.3-70-g09d2