pkgconfig: Fix path to libsocket_wrapper.so
authorAndreas Schneider <asn@samba.org>
Mon, 12 Sep 2022 09:25:17 +0000 (11:25 +0200)
committerAndreas Schneider <asn@samba.org>
Tue, 8 Nov 2022 10:36:43 +0000 (11:36 +0100)
Reviewed-by: Stefan Metzmacher <metze@samba.org>
socket_wrapper.pc.cmake

index 80d205a8a07d8c814cdba2ef9bb8c7a37c7da64d..7312a6fc091bb909ba9060bacd9e43c55b5df582 100644 (file)
@@ -1,4 +1,4 @@
 Name: @PROJECT_NAME@
 Description: The socket_wrapper library
 Version: @PROJECT_VERSION@
-Libs: @CMAKE_INSTALL_LIBDIR@/@SOCKET_WRAPPER_LIB@
+Libs: @CMAKE_INSTALL_FULL_LIBDIR@/@SOCKET_WRAPPER_LIB@