ucx/Makefile

changeset 128
649eb328674a
parent 112
f62d271675bf
child 255
bf19378aed58
--- a/ucx/Makefile	Tue Jun 02 10:07:20 2015 +0200
+++ b/ucx/Makefile	Tue Jun 02 20:57:23 2015 +0200
@@ -38,6 +38,9 @@
 SRC += test.c
 SRC += allocator.c
 SRC += buffer.c
+SRC += logging.c
+SRC += stack.c
+SRC += avl.c
 
 OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))
 

mercurial