diff -r ae5a98f0545c -r 88625853ae74 ucx/Makefile --- a/ucx/Makefile Sat Dec 01 20:34:55 2012 +0100 +++ b/ucx/Makefile Mon Aug 12 14:40:19 2013 +0200 @@ -1,7 +1,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # -# Copyright 2011 Olaf Wintermann. All rights reserved. +# Copyright 2013 Olaf Wintermann. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -29,9 +29,10 @@ include ../$(CONF).mk # list of source files -SRC = list.c -SRC += dlist.c +SRC = utils.c +SRC += list.c SRC += map.c +SRC += properties.c SRC += mempool.c SRC += string.c SRC += test.c