diff -r 80f9d007cb52 -r 0aa8cbd7912e ucx/Makefile --- a/ucx/Makefile Fri Jan 03 21:40:57 2025 +0100 +++ b/ucx/Makefile Sat Jan 04 13:03:01 2025 +0100 @@ -43,7 +43,9 @@ SRC += printf.c SRC += string.c SRC += tree.c -SRC += utils.c +SRC += streams.c +SRC += properties.c +SRC += json.c OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))