diff options
author | midipix <writeonce@midipix.org> | 2024-05-26 03:07:37 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-26 03:41:30 +0000 |
commit | fb29e19bf5c914aaf4c9445ffc52ac44266eb006 (patch) | |
tree | 66693eca14d25bb01acccdee2f9601285ca35753 /project | |
parent | acc91bc260046e228d8043e91d33d6793fb41c1a (diff) | |
download | tpax-fb29e19bf5c914aaf4c9445ffc52ac44266eb006.tar.bz2 tpax-fb29e19bf5c914aaf4c9445ffc52ac44266eb006.tar.xz |
code base: moved tpax_archive_seal() to own translation unit.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 8bc157e..e569cbd 100644 --- a/project/common.mk +++ b/project/common.mk @@ -5,6 +5,7 @@ API_SRCS = \ 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 \ src/logic/tpax_file_create_memory_snapshot.c \ src/logic/tpax_file_create_tmpfs_snapshot.c \ |