diff -r 2dc4c688c262 -r b4769e4eb4d1 ucx/Makefile --- a/ucx/Makefile Sat Dec 31 22:41:16 2011 +0100 +++ b/ucx/Makefile Sat Dec 31 22:46:27 2011 +0100 @@ -29,7 +29,7 @@ include ../$(CONF).mk # list of source files -SRC = list.c dlist.c map.c mpool.c +SRC = list.c dlist.c map.c mempool.c OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))