summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-04-29 22:01:35 -0400
committermidipix <writeonce@midipix.org>2020-05-23 05:59:02 +0000
commit845037353c2db876f004f024b5b50cc18cb70a7a (patch)
tree34f413ee1d2f997ea3592303f9d7c77f0df1e83e /project
parente407b8dc73e1bb9c2f5cad4dedf255ca431b1f06 (diff)
downloadtpax-845037353c2db876f004f024b5b50cc18cb70a7a.tar.bz2
tpax-845037353c2db876f004f024b5b50cc18cb70a7a.tar.xz
helper interfaces: tpax_stat_compare(): initial implementation.
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index ca6bc81..14d6ec8 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -3,6 +3,7 @@ API_SRCS = \
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_init_ustar_header.c \
src/output/tpax_output_error.c \
src/skin/tpax_skin_default.c \