--- a/ucx/Makefile Thu May 29 15:59:27 2025 +0200 +++ b/ucx/Makefile Wed Nov 12 18:37:58 2025 +0100 @@ -46,6 +46,8 @@ SRC += streams.c SRC += properties.c SRC += json.c +SRC += kv_list.c + OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))