]> Kevux Git Server - fll/commitdiff
Regression: Monolithic build lost f_account sources.
authorKevin Day <thekevinday@gmail.com>
Mon, 8 Aug 2022 00:35:58 +0000 (19:35 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 8 Aug 2022 00:35:58 +0000 (19:35 -0500)
The commit 0c4573ee9698e6f0980c4496a5f23b42946adbd3 accidentally deleted the account sources.

build/monolithic/settings

index 3b6b5a8b197602c3b79e26a7c8a17066830bfbd7..21d7d40250855f914a2221175e98f96ca94a4061 100644 (file)
@@ -19,7 +19,7 @@ build_language c
 
 build_libraries -lc -lcap
 
-build_sources_library
+build_sources_library level_0/account.c level_0/private-account.c level_0/account/accounts.c level_0/account/private-accounts.c
 build_sources_library level_0/capability.c
 build_sources_library level_0/color.c level_0/private-color.c level_0/color/common.c
 build_sources_library level_0/console.c level_0/console/common.c