diff -r d7c4ba50b7d8 -r bf19378aed58 ucx/Makefile --- a/ucx/Makefile Fri Nov 18 13:39:20 2016 +0100 +++ b/ucx/Makefile Fri Nov 18 15:27:45 2016 +0100 @@ -1,7 +1,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # -# Copyright 2015 Olaf Wintermann. All rights reserved. +# Copyright 2016 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: @@ -32,15 +32,15 @@ SRC = utils.c SRC += list.c SRC += map.c +SRC += avl.c SRC += properties.c SRC += mempool.c SRC += string.c SRC += test.c SRC += allocator.c +SRC += logging.c SRC += buffer.c -SRC += logging.c SRC += stack.c -SRC += avl.c OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))