summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-05-26 14:41:33 +0000
committermidipix <writeonce@midipix.org>2024-05-26 14:41:33 +0000
commit6c8a81097fd305d428891377433d7d88ba1119fd (patch)
tree91f2b4fa467e1a7851e2a1fd3f8ccc1f2d50fe1b /project
parent94230e73b767a4acc02a98d4a2520631517f1a2a (diff)
downloadtpax-6c8a81097fd305d428891377433d7d88ba1119fd.tar.bz2
tpax-6c8a81097fd305d428891377433d7d88ba1119fd.tar.xz
library api's: _util_ (utility helper interfaces) namespace overhaul.
Diffstat (limited to 'project')
-rw-r--r--project/common.mk4
-rw-r--r--project/tree.mk2
2 files changed, 3 insertions, 3 deletions
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 \
diff --git a/project/tree.mk b/project/tree.mk
index 548db6f..2f68c9e 100644
--- a/project/tree.mk
+++ b/project/tree.mk
@@ -1,10 +1,10 @@
TREE_DIRS = bin lib src \
src/driver \
- src/helper \
src/internal \
src/logic \
src/output \
src/skin \
+ src/util \
tree.tag:
mkdir -p $(TREE_DIRS)