pkgconfig: Fix path to library in nss_wrapper.pc
authorAndreas Schneider <asn@samba.org>
Thu, 14 Nov 2019 09:35:27 +0000 (10:35 +0100)
committerAndreas Schneider <asn@samba.org>
Mon, 18 Nov 2019 12:18:40 +0000 (13:18 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Samuel Cabrero <scabrero@samba.org
nss_wrapper.pc.cmake

index fb9afd71a60a6b2069329134eec9caa0b4f9e683..884c90ba79588219da06338b41a86db733d961f8 100644 (file)
@@ -1,4 +1,4 @@
 Name: @PROJECT_NAME@
 Description: The nss_wrapper library
 Version: @PROJECT_VERSION@
-Libs: @CMAKE_INSTALL_LIBDIR@/@NSS_WRAPPER_LIB@
+Libs: @CMAKE_INSTALL_FULL_LIBDIR@/@NSS_WRAPPER_LIB@