add ucx.c to sourcefiles to fix build on some platforms

Thu, 30 May 2019 12:47:28 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 30 May 2019 12:47:28 +0200
changeset 602
ff9e8d2e2f3c
parent 601
1fbca22dd700
child 603
8e7e072c18c1

add ucx.c to sourcefiles to fix build on some platforms

ucx/Makefile file | annotate | diff | comparison | revisions
--- 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))
 

mercurial