Blob Blame History Raw
From 1b818335b4242ad5096489ab4f8e3e7c3fc62d55 Mon Sep 17 00:00:00 2001
From: Thomas Baumgart <thb@net-bembel.de>
Date: Wed, 13 Jul 2016 07:48:46 +0200
Subject: [PATCH 21/22] Added versioning to kmm_payeeidentifier library
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The missing version caused incorrect naming of the library.

Modified version of patch provided by Christian Dávid in commit
4a0fed749df71bb2acfc15bd6c0bff4806927f01
BUG: 364387
FIXED-IN: 4.8.1
---
 kmymoney/mymoney/payeeidentifier/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kmymoney/mymoney/payeeidentifier/CMakeLists.txt b/kmymoney/mymoney/payeeidentifier/CMakeLists.txt
index 90c2123..c086629 100644
--- a/kmymoney/mymoney/payeeidentifier/CMakeLists.txt
+++ b/kmymoney/mymoney/payeeidentifier/CMakeLists.txt
@@ -12,6 +12,8 @@ add_library( kmm_payeeidentifier SHARED
   ${PAYEEIDENTIFIER_SCRS}
 )
 
+set_target_properties(kmm_payeeidentifier PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION})
+
 generate_export_header( kmm_payeeidentifier )
 
 target_link_libraries( kmm_payeeidentifier
-- 
2.7.4