diff options
author | midipix <writeonce@midipix.org> | 2024-02-13 05:03:08 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-13 05:03:08 +0000 |
commit | 97bc5cffc0f90991211524321e423a3b0b5e5ea2 (patch) | |
tree | b4e181c465dbac8483ef7ee6c68315911223880d /project | |
parent | 6ab3f1cde643d5e9408bac0b1ad10fb901cf2294 (diff) | |
download | slibtool-97bc5cffc0f90991211524321e423a3b0b5e5ea2.tar.bz2 slibtool-97bc5cffc0f90991211524321e423a3b0b5e5ea2.tar.xz |
output: added slbt_output_config(): print a compatible --config output.
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 29fe375..50aa738 100644 --- a/project/common.mk +++ b/project/common.mk @@ -35,6 +35,7 @@ API_SRCS = \ src/logic/linkcmd/slbt_linkcmd_executable.c \ src/logic/linkcmd/slbt_linkcmd_host.c \ src/logic/linkcmd/slbt_linkcmd_implib.c \ + src/output/slbt_output_config.c \ src/output/slbt_output_error.c \ src/output/slbt_output_exec.c \ src/output/slbt_output_fdcwd.c \ |