summaryrefslogtreecommitdiff
path: root/project/common.mk
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/common.mk
parent94230e73b767a4acc02a98d4a2520631517f1a2a (diff)
downloadtpax-6c8a81097fd305d428891377433d7d88ba1119fd.tar.bz2
tpax-6c8a81097fd305d428891377433d7d88ba1119fd.tar.xz
library api's: _util_ (utility helper interfaces) namespace overhaul.
Diffstat (limited to 'project/common.mk')
-rw-r--r--project/common.mk4
1 files changed, 2 insertions, 2 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 \