diff -r bf810176ddb8 -r e5f4d8af567e ucx/Makefile --- a/ucx/Makefile Mon Feb 12 21:13:23 2024 +0100 +++ b/ucx/Makefile Sun Jun 09 15:43:08 2024 +0200 @@ -32,7 +32,7 @@ # list of source files SRC = allocator.c SRC += array_list.c -SRC += basic_mempool.c +SRC += mempool.c SRC += buffer.c SRC += compare.c SRC += hash_key.c