build_libraries -lc -lcap
-build_sources_library account.c private-account.c account/private-accounts.c
+build_sources_library account.c private-account.c account/accounts.c account/private-accounts.c
build_sources_library capability.c
build_sources_library color.c private-color.c color/common.c
build_sources_library console.c console/common.c
#include "account.h"
+#include "account/accounts.h"
#include "private-account.h"
#ifdef __cplusplus
#include "../account.h"
+#include "accounts.h"
#include "private-accounts.h"
#ifdef __cplusplus
#include "account.h"
+#include "account/accounts.h"
#include "private-account.h"
#ifdef __cplusplus