From 3056ff4e8dd7e01aefca2f11c586997efd1a2588 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Sun, 4 Feb 2024 03:50:29 +0000
Subject: slbt_exec_install(): enhance logging of file operation errors.

---
 include/slibtool/slibtool.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'include')

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,
-- 
cgit v1.2.3