diff -r 59656cd16411 -r b9a6af0ae41a src/ucx/Makefile --- a/src/ucx/Makefile Mon Apr 06 16:36:25 2015 +0200 +++ b/src/ucx/Makefile Fri Oct 16 19:23:49 2015 +0200 @@ -34,6 +34,7 @@ SRC = utils.c SRC += list.c SRC += map.c +SRC += avl.c SRC += properties.c SRC += mempool.c SRC += string.c @@ -41,6 +42,7 @@ SRC += allocator.c SRC += logging.c SRC += buffer.c +SRC += stack.c OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/ucx/%$(OBJ_EXT))