add single instance mode
[uwplayer.git] / ucx / Makefile
index 0825197..0bb8b51 100644 (file)
@@ -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