ucx/Makefile

changeset 50
ff194559eb41
parent 35
fdabd1240b69
child 54
f634f790661a
     1.1 --- a/ucx/Makefile	Fri Oct 05 11:55:36 2012 +0200
     1.2 +++ b/ucx/Makefile	Fri Oct 05 13:23:25 2012 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4  include ../$(CONF).mk
     1.5  
     1.6  # list of source files
     1.7 -SRC = list.c dlist.c map.c mempool.c string.c test.c
     1.8 +SRC = list.c dlist.c map.c mempool.c string.c test.c allocator.c
     1.9  
    1.10  OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
    1.11  

mercurial