diff options
author | midipix <writeonce@midipix.org> | 2024-01-27 19:41:03 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-01-27 19:41:03 +0000 |
commit | 47341a61ee94ca64c96b781f8c987233a682d739 (patch) | |
tree | 967319a6bceda67f9c8b588c552741aab1c5b825 /project/common.mk | |
parent | 80547030b31c30121d5f74fd51e7b656fac011e9 (diff) | |
download | slibtool-47341a61ee94ca64c96b781f8c987233a682d739.tar.bz2 slibtool-47341a61ee94ca64c96b781f8c987233a682d739.tar.xz |
archiver output api: added slbt_ar_output_members().
Diffstat (limited to 'project/common.mk')
-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 f314281..5465f72 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,6 +1,7 @@ API_SRCS = \ src/arbits/slbt_archive_ctx.c \ src/arbits/slbt_archive_meta.c \ + src/arbits/output/slbt_ar_output_members.c \ src/driver/slbt_amain.c \ src/driver/slbt_driver_ctx.c \ src/helper/slbt_archive_import.c \ |