ucx/Makefile

branch
ucx-3.1
changeset 816
839fefbdedc7
parent 802
16e5b9d32754
--- a/ucx/Makefile	Sat Apr 20 13:01:58 2024 +0200
+++ b/ucx/Makefile	Thu May 23 22:35:45 2024 +0200
@@ -36,11 +36,13 @@
 SRC += compare.c
 SRC += hash_key.c
 SRC += hash_map.c
+SRC += iterator.c
 SRC += linked_list.c
 SRC += list.c
 SRC += map.c
 SRC += printf.c
 SRC += string.c
+SRC += tree.c
 SRC += utils.c
 
 OBJ   = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))

mercurial