From 4aa6b439bb8e383106f1def6f284d82c8a55806f Mon Sep 17 00:00:00 2001 From: Matteo Flebus Date: Mon, 12 Jan 2026 21:46:33 +0100 Subject: [PATCH] fix(utils): include args module in build system --- src/utils/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am index b876698..600ee40 100644 --- a/src/utils/Makefile.am +++ b/src/utils/Makefile.am @@ -3,7 +3,8 @@ lib_LIBRARIES = libutils.a libutils_a_SOURCES = \ string_utils/string_utils.c \ ast/ast.c \ - lists/lists.c + lists/lists.c \ + args/args.c libutils_a_CPPFLAGS = -I$(top_srcdir)/src