--- a/ucx/Makefile Sun Aug 31 14:39:13 2025 +0200 +++ b/ucx/Makefile Sat Nov 08 23:06:11 2025 +0100 @@ -46,6 +46,7 @@ SRC += streams.c SRC += properties.c SRC += json.c +SRC += kv_list.c OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))