update build dependencies for json.c

Thu, 31 Oct 2024 12:15:13 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 31 Oct 2024 12:15:13 +0100
changeset 958
c9033d30a9f6
parent 957
26e47a874f19
child 959
0e1bf3c199bf

update build dependencies for json.c

src/Makefile file | annotate | diff | comparison | revisions
--- a/src/Makefile	Wed Oct 30 16:59:53 2024 +0100
+++ b/src/Makefile	Thu Oct 31 12:15:13 2024 +0100
@@ -100,7 +100,8 @@
 	$(CC) -o $@ $(CFLAGS) -c $<
 
 $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/string.h \
- cx/allocator.h cx/allocator.h
+ cx/allocator.h cx/array_list.h cx/list.h cx/collection.h cx/iterator.h \
+ cx/compare.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 

mercurial