diff -r 26541c37b619 -r 42cdbf9bbd49 ucx/Makefile --- a/ucx/Makefile Tue Oct 14 21:02:26 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))