diff options
author | midipix <writeonce@midipix.org> | 2023-02-12 02:00:22 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2023-02-12 02:10:00 +0000 |
commit | e99ba2eb5565de921f4f589bf6991e0ac3cdf2a0 (patch) | |
tree | 9a204ae2f374fd0e5c0e21e9644a5d25a20a9ee2 /project | |
parent | 2f5700dd80bf64e0a4314beb7d9a7f35a11996a4 (diff) | |
download | slibtool-e99ba2eb5565de921f4f589bf6991e0ac3cdf2a0.tar.bz2 slibtool-e99ba2eb5565de921f4f589bf6991e0ac3cdf2a0.tar.xz |
helper: added slbt_map_input(), slbt_unmap_input().
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 4893b49..31d0ff4 100644 --- a/project/common.mk +++ b/project/common.mk @@ -4,6 +4,7 @@ API_SRCS = \ src/helper/slbt_archive_import.c \ src/helper/slbt_copy_file.c \ src/helper/slbt_dump_machine.c \ + src/helper/slbt_map_input.c \ src/helper/slbt_realpath.c \ src/logic/slbt_exec_compile.c \ src/logic/slbt_exec_ctx.c \ |