ucx/Makefile

changeset 112
f62d271675bf
parent 110
53895e9a4bbb
child 128
649eb328674a
--- a/ucx/Makefile	Tue May 19 14:04:48 2015 +0200
+++ b/ucx/Makefile	Wed May 20 10:05:04 2015 +0200
@@ -32,15 +32,12 @@
 SRC  = utils.c
 SRC += list.c
 SRC += map.c
-SRC += avl.c
 SRC += properties.c
 SRC += mempool.c
 SRC += string.c
 SRC += test.c
 SRC += allocator.c
-SRC += logging.c
 SRC += buffer.c
-SRC += stack.c
 
 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))
 

mercurial