summaryrefslogtreecommitdiff
path: root/include/slibtool/slibtool.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-02-04 03:50:29 +0000
committermidipix <writeonce@midipix.org>2024-02-04 03:50:29 +0000
commit3056ff4e8dd7e01aefca2f11c586997efd1a2588 (patch)
treeb5e8ffc4187ea84a91790817a769e938f4571827 /include/slibtool/slibtool.h
parent5c429555a5cb83026f39fbfd8aeb666b58b283b5 (diff)
downloadslibtool-3056ff4e8dd7e01aefca2f11c586997efd1a2588.tar.bz2
slibtool-3056ff4e8dd7e01aefca2f11c586997efd1a2588.tar.xz
slbt_exec_install(): enhance logging of file operation errors.
Diffstat (limited to 'include/slibtool/slibtool.h')
-rw-r--r--include/slibtool/slibtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h
index 21b7234..d30c2dc 100644
--- a/include/slibtool/slibtool.h
+++ b/include/slibtool/slibtool.h
@@ -89,6 +89,7 @@ enum slbt_custom_error {
SLBT_ERR_FLEE_ERROR,
SLBT_ERR_COMPILE_ERROR,
SLBT_ERR_LINK_ERROR,
+ SLBT_ERR_INSTALL_ERROR,
SLBT_ERR_AR_ERROR,
SLBT_ERR_MDSO_ERROR,
SLBT_ERR_DLLTOOL_ERROR,