diff options
author | midipix <writeonce@midipix.org> | 2020-12-26 00:45:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-12-26 00:50:28 +0000 |
commit | 9ca35be2ab917dc88bcf5716ccf6cde20e709191 (patch) | |
tree | 42e8a492f693014de335afb9dbfbc266384a5712 /project | |
parent | c141a081bd2c74e7c409416941e4952ef5b774ee (diff) | |
download | slibtool-9ca35be2ab917dc88bcf5716ccf6cde20e709191.tar.bz2 slibtool-9ca35be2ab917dc88bcf5716ccf6cde20e709191.tar.xz |
helper api: added slbt_realpath().
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 e08e900..cd653bc 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_realpath.c \ src/logic/slbt_exec_compile.c \ src/logic/slbt_exec_ctx.c \ src/logic/slbt_exec_execute.c \ |