Rex Dieter a58b0a0
From 1b818335b4242ad5096489ab4f8e3e7c3fc62d55 Mon Sep 17 00:00:00 2001
Rex Dieter a58b0a0
From: Thomas Baumgart <thb@net-bembel.de>
Rex Dieter a58b0a0
Date: Wed, 13 Jul 2016 07:48:46 +0200
Rex Dieter a58b0a0
Subject: [PATCH 21/22] Added versioning to kmm_payeeidentifier library
Rex Dieter a58b0a0
MIME-Version: 1.0
Rex Dieter a58b0a0
Content-Type: text/plain; charset=UTF-8
Rex Dieter a58b0a0
Content-Transfer-Encoding: 8bit
Rex Dieter a58b0a0
Rex Dieter a58b0a0
The missing version caused incorrect naming of the library.
Rex Dieter a58b0a0
Rex Dieter a58b0a0
Modified version of patch provided by Christian Dávid in commit
Rex Dieter a58b0a0
4a0fed749df71bb2acfc15bd6c0bff4806927f01
Rex Dieter a58b0a0
BUG: 364387
Rex Dieter a58b0a0
FIXED-IN: 4.8.1
Rex Dieter a58b0a0
---
Rex Dieter a58b0a0
 kmymoney/mymoney/payeeidentifier/CMakeLists.txt | 2 ++
Rex Dieter a58b0a0
 1 file changed, 2 insertions(+)
Rex Dieter a58b0a0
Rex Dieter a58b0a0
diff --git a/kmymoney/mymoney/payeeidentifier/CMakeLists.txt b/kmymoney/mymoney/payeeidentifier/CMakeLists.txt
Rex Dieter a58b0a0
index 90c2123..c086629 100644
Rex Dieter a58b0a0
--- a/kmymoney/mymoney/payeeidentifier/CMakeLists.txt
Rex Dieter a58b0a0
+++ b/kmymoney/mymoney/payeeidentifier/CMakeLists.txt
Rex Dieter a58b0a0
@@ -12,6 +12,8 @@ add_library( kmm_payeeidentifier SHARED
Rex Dieter a58b0a0
   ${PAYEEIDENTIFIER_SCRS}
Rex Dieter a58b0a0
 )
Rex Dieter a58b0a0
 
Rex Dieter a58b0a0
+set_target_properties(kmm_payeeidentifier PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION})
Rex Dieter a58b0a0
+
Rex Dieter a58b0a0
 generate_export_header( kmm_payeeidentifier )
Rex Dieter a58b0a0
 
Rex Dieter a58b0a0
 target_link_libraries( kmm_payeeidentifier
Rex Dieter a58b0a0
-- 
Rex Dieter a58b0a0
2.7.4
Rex Dieter a58b0a0