diff options
author | midipix <writeonce@midipix.org> | 2020-01-31 17:49:20 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-23 05:59:01 +0000 |
commit | 7a9a40611a0e20eb40b15aefdd3de2e12e9cc9de (patch) | |
tree | 6d4c26781ad7668b34bb5c89d1a81ae8b431185f /project | |
parent | 23fa887f1584afb60aeb38288bb74837e4f067db (diff) | |
download | tpax-7a9a40611a0e20eb40b15aefdd3de2e12e9cc9de.tar.bz2 tpax-7a9a40611a0e20eb40b15aefdd3de2e12e9cc9de.tar.xz |
library api: tpax_init_ustar_header(): initial implementation.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 | ||||
-rw-r--r-- | project/tree.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 204f473..54f7d11 100644 --- a/project/common.mk +++ b/project/common.mk @@ -2,6 +2,7 @@ API_SRCS = \ src/driver/tpax_amain.c \ src/driver/tpax_driver_ctx.c \ src/driver/tpax_unit_ctx.c \ + src/logic/tpax_init_ustar_header.c \ src/output/tpax_output_error.c \ src/skin/tpax_skin_default.c \ diff --git a/project/tree.mk b/project/tree.mk index e78a86d..ab26f1e 100644 --- a/project/tree.mk +++ b/project/tree.mk @@ -1,6 +1,7 @@ TREE_DIRS = bin lib src \ src/driver \ src/internal \ + src/logic \ src/output \ src/skin \ |