[SCM] UID Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Tue Mar 3 09:55:05 UTC 2020


The branch, master has been updated
       via  3d33dcc pkg-config: Fix installation path
      from  ea30cd9 cmake: Remove unsed dir definitions

https://git.samba.org/?p=uid_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3d33dcc550c55bd276183c110eef180728b9911f
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Feb 12 09:52:40 2020 +0100

    pkg-config: Fix installation path
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 uid_wrapper.pc.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/uid_wrapper.pc.cmake b/uid_wrapper.pc.cmake
index c15d3be..7e0095c 100644
--- a/uid_wrapper.pc.cmake
+++ b/uid_wrapper.pc.cmake
@@ -1,4 +1,4 @@
 Name: @PROJECT_NAME@
 Description: The uid_wrapper library
 Version: @PROJECT_VERSION@
-Libs: @CMAKE_INSTALL_LIBDIR@/@UID_WRAPPER_LIB@
+Libs: @CMAKE_INSTALL_FULL_LIBDIR@/@UID_WRAPPER_LIB@


-- 
UID Wrapper Repository



More information about the samba-cvs mailing list