From 6c8a81097fd305d428891377433d7d88ba1119fd Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 26 May 2024 14:41:33 +0000 Subject: library api's: _util_ (utility helper interfaces) namespace overhaul. --- project/common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project/common.mk') diff --git a/project/common.mk b/project/common.mk index e569cbd..637c282 100644 --- a/project/common.mk +++ b/project/common.mk @@ -2,8 +2,6 @@ API_SRCS = \ src/driver/tpax_amain.c \ src/driver/tpax_driver_ctx.c \ src/driver/tpax_unit_ctx.c \ - src/helper/tpax_path_copy.c \ - src/helper/tpax_stat_compare.c \ src/logic/tpax_archive_append.c \ src/logic/tpax_archive_write.c \ src/logic/tpax_init_ustar_header.c \ @@ -12,6 +10,8 @@ API_SRCS = \ src/logic/tpax_queue_vector.c \ src/output/tpax_output_error.c \ src/skin/tpax_skin_default.c \ + src/util/tpax_path_copy.c \ + src/util/tpax_stat_compare.c \ INTERNAL_SRCS = \ src/internal/$(PACKAGE)_dprintf_impl.c \ -- cgit v1.2.3