ucx/Makefile

changeset 54
f634f790661a
parent 50
ff194559eb41
child 56
76caac0da4a0
     1.1 --- a/ucx/Makefile	Mon Oct 08 12:29:27 2012 +0200
     1.2 +++ b/ucx/Makefile	Mon Oct 08 14:04:52 2012 +0200
     1.3 @@ -29,7 +29,14 @@
     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 allocator.c
     1.8 +SRC  = list.c 
     1.9 +SRC += dlist.c
    1.10 +SRC += map.c
    1.11 +SRC += mempool.c
    1.12 +SRC += string.c
    1.13 +SRC += test.c
    1.14 +SRC += allocator.c
    1.15 +SRC += logging.c
    1.16  
    1.17  OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
    1.18  

mercurial