# HG changeset patch # User Olaf Wintermann # Date 1559213248 -7200 # Node ID ff9e8d2e2f3c4812477993666c15d7e295c2d56f # Parent 1fbca22dd700ce57de57d923bf0b8d0390ff50aa add ucx.c to sourcefiles to fix build on some platforms diff -r 1fbca22dd700 -r ff9e8d2e2f3c ucx/Makefile --- a/ucx/Makefile Thu May 30 12:45:38 2019 +0200 +++ b/ucx/Makefile Thu May 30 12:47:28 2019 +0200 @@ -41,6 +41,7 @@ SRC += logging.c SRC += buffer.c SRC += stack.c +SRC += ucx.c OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))