--- a/ucx/Makefile Sun Jul 02 12:06:45 2023 +0200
+++ b/ucx/Makefile Sun Jul 02 13:23:51 2023 +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