src/ucx/Makefile

changeset 385
a1f4cb076d2f
parent 254
4784c14aa639
child 415
d938228c382e
--- a/src/ucx/Makefile	Tue Aug 13 22:14:32 2019 +0200
+++ b/src/ucx/Makefile	Sat Sep 24 16:26:10 2022 +0200
@@ -31,7 +31,8 @@
 include $(BUILD_ROOT)/config.mk
 
 # list of source files
-SRC  = utils.c
+SRC  = ucx.c
+SRC += utils.c
 SRC += list.c
 SRC += map.c
 SRC += avl.c
@@ -43,6 +44,7 @@
 SRC += logging.c
 SRC += buffer.c
 SRC += stack.c
+SRC += array.c
 
 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/ucx/%$(OBJ_EXT))
 

mercurial