[Ksecretservice-devel] libs
Alin Marin Elena
alinm.elena at gmail.com
Mon Aug 8 09:50:14 UTC 2011
Hi Valentin,
The libraries seem to be unversioned. I just added two quick patches to solve
the problem. The version and soversion probably will be best to be set in the
top level CMakelists...
Alin
alin at baphomet:~/lavello/home:ealin:kde-telepathy/ksecretservice> cat lib.patch
--- lib/CMakeLists.txt.old 2011-08-08 11:47:21.582001370 +0100
+++ lib/CMakeLists.txt 2011-08-08 11:47:38.663001101 +0100
@@ -12,6 +12,7 @@ SET (ksecretservice_lib_SRCS
)
KDE4_ADD_LIBRARY (ksecretsservicelib SHARED ${ksecretservice_lib_SRCS})
+set_target_properties( ksecretsservicelib PROPERTIES VERSION 1.0.0 SOVERSION
1 )
TARGET_LINK_LIBRARIES (ksecretsservicelib
${QT_QTCORE_LIBRARY}
alin at baphomet:~/lavello/home:ealin:kde-telepathy/ksecretservice> cat
client.patch
--- client/CMakeLists.txt.old 2011-08-08 11:54:47.245001167 +0100
+++ client/CMakeLists.txt 2011-08-08 11:55:31.895001096 +0100
@@ -28,6 +28,7 @@ kss_add_dbus_interface(client_lib_SRCS o
kss_add_dbus_interface(client_lib_SRCS org.freedesktop.Secret.Session.xml
session_interface )
kde4_add_library(ksecretsserviceclient SHARED ${client_lib_SRCS})
+set_target_properties(ksecretsserviceclient PROPERTIES VERSION 1.0.0
SOVERSION 1 )
TARGET_LINK_LIBRARIES (ksecretsserviceclient
ksecretsservicelib
--
Without Questions there are no Answers!
_____________________________________________________________________
Alin Marin ELENA
Advanced Molecular Simulation Research Laboratory
School of Physics, University College Dublin
----
Ardionsamblú Móilíneach Saotharlann Taighde
Scoil na Fisice, An Coláiste Ollscoile, Baile Átha Cliath
-----------------------------------------------------------------------------------
http://alin.elenaworld.net
______________________________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/ksecretservice-devel/attachments/20110808/8ab16e0b/attachment.sig>
More information about the Ksecretservice-devel
mailing list