diff options
author | midipix <writeonce@midipix.org> | 2024-02-17 20:03:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-17 20:03:00 +0000 |
commit | df2627424d9afc77f4c6adf7520b253036a3ae84 (patch) | |
tree | 2a5a1243e84931259a8637a52eee3daab1feda8d /project | |
parent | 6b3bd56ddd0f33a1a0a4830c638567c24524c07c (diff) | |
download | slibtool-df2627424d9afc77f4c6adf7520b253036a3ae84.tar.bz2 slibtool-df2627424d9afc77f4c6adf7520b253036a3ae84.tar.xz |
ar mode: pretty printer: symbols, mapfile: produce a sorted output by default.
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 31de801..1da17d9 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,5 +1,6 @@ API_SRCS = \ src/arbits/slbt_archive_ctx.c \ + src/arbits/slbt_archive_mapstrv.c \ src/arbits/slbt_archive_merge.c \ src/arbits/slbt_archive_meta.c \ src/arbits/slbt_archive_store.c \ |