From 3db88843a12dfc0a523a1cf11d9efb5f4f3dd63f Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 22 May 2020 04:59:36 -0400 Subject: library api: tpax_archive_append(): initial implementation. --- project/common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'project') diff --git a/project/common.mk b/project/common.mk index fcca006..378de0c 100644 --- a/project/common.mk +++ b/project/common.mk @@ -4,6 +4,7 @@ API_SRCS = \ 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_init_ustar_header.c \ src/logic/tpax_file_create_memory_snapshot.c \ src/logic/tpax_file_create_tmpfs_snapshot.c \ -- cgit v1.2.3