--- a/src/ucx/Makefile Mon Feb 10 17:44:51 2025 +0100 +++ b/src/ucx/Makefile Sun Mar 02 18:10:52 2025 +0100 @@ -36,13 +36,18 @@ SRC += buffer.c SRC += hash_key.c SRC += hash_map.c +SRC += map.c SRC += linked_list.c SRC += array_list.c SRC += list.c SRC += string.c -SRC += utils.c SRC += printf.c SRC += compare.c +SRC += tree.c +SRC += streams.c +SRC += json.c +SRC += properties.c +SRC += iterator.c OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/ucx/%$(OBJ_EXT))