From 0e3a0b1ef42eb15d70a5307d340c38ab611eb64d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 28 Aug 2022 14:40:16 +0100 Subject: Select: Split out useful strings --- src/select/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select/Makefile') diff --git a/src/select/Makefile b/src/select/Makefile index f5ddb18..b9e7390 100644 --- a/src/select/Makefile +++ b/src/select/Makefile @@ -2,6 +2,6 @@ select_generator: python3 src/select/select_generator.py -DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c font_face.c format_list_style.c unit.c +DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c strings.c font_face.c format_list_style.c unit.c include $(NSBUILD)/Makefile.subdir -- cgit v1.2.3