diff -r aeaf7db26fac -r c094afcdfb27 src/ucx/Makefile --- a/src/ucx/Makefile Sun Jul 09 15:14:26 2023 +0200 +++ b/src/ucx/Makefile Mon Jul 10 18:39:24 2023 +0200 @@ -32,7 +32,7 @@ # list of source files SRC = allocator.c -SRC += basic_mempool.c +SRC += mempool.c SRC += buffer.c SRC += hash_key.c SRC += hash_map.c @@ -40,7 +40,6 @@ SRC += array_list.c SRC += list.c SRC += string.c -SRC += tree.c SRC += utils.c SRC += printf.c SRC += compare.c