[Pkg-gnupg-commit] [gpgme] 02/132: Remove a forgotten instance of @libsuffix@

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Apr 26 01:00:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

commit 572c1aac107125ce62230251713349348373db5a
Author: Heiko Becker <heirecka at exherbo.org>
Date:   Wed Nov 16 23:09:45 2016 +0100

    Remove a forgotten instance of @libsuffix@
    
    * lang/cpp/src/GpgmeppConfig.cmake.in.in: Remove a forgotten
    instance of @libsuffix at .
    --
    
    b2c07bd47bd608afa5cc819b60a7b5bb8c9dd96a removed @libsuffix@ from
    cmake config files, but missed one instance.
    
    Signed-off-by: Heiko Becker <heirecka at exherbo.org>
---
 lang/cpp/src/GpgmeppConfig.cmake.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/cpp/src/GpgmeppConfig.cmake.in.in b/lang/cpp/src/GpgmeppConfig.cmake.in.in
index 928d19f..cbe9713 100644
--- a/lang/cpp/src/GpgmeppConfig.cmake.in.in
+++ b/lang/cpp/src/GpgmeppConfig.cmake.in.in
@@ -63,7 +63,7 @@ add_library(Gpgmepp SHARED IMPORTED)
 
 set_target_properties(Gpgmepp PROPERTIES
   INTERFACE_INCLUDE_DIRECTORIES "@resolved_includedir@/gpgme++;@resolved_includedir@"
-  INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme at libsuffix@;@LIBASSUAN_LIBS@"
+  INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme.so;@LIBASSUAN_LIBS@"
   IMPORTED_LOCATION "@resolved_libdir@/libgpgmepp.so"
 )
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list