From cb81264fd9973cd95bbc71495185b98979d28918 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 11 Dec 2020 17:24:08 +0100 Subject: support: Add support_slibdir_prefix variable Reviewed-by: Carlos O'Donell --- support/support.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/support.h') diff --git a/support/support.h b/support/support.h index abda3a6..96971f8 100644 --- a/support/support.h +++ b/support/support.h @@ -114,6 +114,8 @@ extern const char support_libdir_prefix[]; extern const char support_bindir_prefix[]; /* Corresponds to the install's sbin/ directory. */ extern const char support_sbindir_prefix[]; +/* Corresponds to the install's system /lib or /lib64 directory. */ +extern const char support_slibdir_prefix[]; /* Corresponds to the install's sbin/ directory (without prefix). */ extern const char support_install_rootsbindir[]; /* Corresponds to the install's compiled locale directory. */ -- cgit v1.1