ucx/Makefile

changeset 20
db7d9860dbbd
parent 16
b4769e4eb4d1
child 22
76cdd8209f1f
     1.1 --- a/ucx/Makefile	Sat Dec 31 22:48:28 2011 +0100
     1.2 +++ b/ucx/Makefile	Thu Jan 05 14:53:54 2012 +0100
     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
     1.8 +SRC = list.c dlist.c map.c mempool.c string.o
     1.9  
    1.10  OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT))
    1.11  

mercurial