X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/848befbcc166fff6fdde6a635cf7a31f9f9185e0..HEAD:/ucx/Makefile diff --git a/ucx/Makefile b/ucx/Makefile index 0825197..0bb8b51 100644 --- a/ucx/Makefile +++ b/ucx/Makefile @@ -32,13 +32,14 @@ include ../config.mk # 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 SRC += hash_map.c SRC += linked_list.c SRC += list.c +SRC += map.c SRC += printf.c SRC += string.c SRC += utils.c