aboutsummaryrefslogtreecommitdiff
path: root/socket_wrapper.pc.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-02-15 13:09:28 +0100
committerAndreas Schneider <asn@samba.org>2019-02-20 17:23:41 +0100
commit9a9250a79143df88c3100e509e29c00536045b6b (patch)
tree731afc2315530af5ae601c27a94c6c7d944aa2b6 /socket_wrapper.pc.cmake
parent24e597330ec6fbbdc149d798e70d6ed48729bd84 (diff)
downloadsocket_wrapper-9a9250a79143df88c3100e509e29c00536045b6b.tar.gz
socket_wrapper-9a9250a79143df88c3100e509e29c00536045b6b.tar.xz
socket_wrapper-9a9250a79143df88c3100e509e29c00536045b6b.zip
cmake: Use GNUInstallDirs
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'socket_wrapper.pc.cmake')
-rw-r--r--socket_wrapper.pc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket_wrapper.pc.cmake b/socket_wrapper.pc.cmake
index 241e4d6..80d205a 100644
--- a/socket_wrapper.pc.cmake
+++ b/socket_wrapper.pc.cmake
@@ -1,4 +1,4 @@
Name: @PROJECT_NAME@
Description: The socket_wrapper library
Version: @PROJECT_VERSION@
-Libs: @LIB_INSTALL_DIR@/@SOCKET_WRAPPER_LIB@
+Libs: @CMAKE_INSTALL_LIBDIR@/@SOCKET_WRAPPER_LIB@