fix: update third-party libraries to latest version

This commit is contained in:
zhangsz
2025-03-07 15:36:27 +08:00
parent a479988f92
commit cd3ba91b68
1019 changed files with 43418 additions and 220392 deletions

View File

@@ -0,0 +1,7 @@
TESTS = check_mjson
check_PROGRAMS = check_mjson
check_mjson_SOURCES = check_mjson.c
check_mjson_CFLAGS = -I$(top_srcdir)/src @CHECK_CFLAGS@
check_mjson_LDADD = $(top_builddir)/src/libmjson.la @CHECK_LIBS@