ucx/Makefile

changeset 89
47f7fdbddb62
parent 69
fb59270b1de3
child 94
57ea041df22f
     1.1 --- a/ucx/Makefile	Wed Feb 27 09:41:17 2013 +0100
     1.2 +++ b/ucx/Makefile	Wed Feb 27 10:09:23 2013 +0100
     1.3 @@ -29,7 +29,8 @@
     1.4  include ../$(CONF).mk
     1.5  
     1.6  # list of source files
     1.7 -SRC  = list.c 
     1.8 +SRC  = comparator.c
     1.9 +SRC += list.c 
    1.10  SRC += dlist.c
    1.11  SRC += map.c
    1.12  SRC += mempool.c

mercurial