File so.diff of Package simon4
diff --git a/simonlib/eventsimulation/CMakeLists.txt b/simonlib/eventsimulation/CMakeLists.txt
index 16276cb..dd24485 100644
--- a/simonlib/eventsimulation/CMakeLists.txt
+++ b/simonlib/eventsimulation/CMakeLists.txt
@@ -22,6 +22,9 @@ set(eventsimulation_LIB_HDRS
IF(UNIX)
kde4_add_library(eventsimulation SHARED ${eventsimulation_LIB_SRCS} ${eventsimulation_LIB_LINUX_SRCS})
target_link_libraries(eventsimulation ${QT_LIBRARIES} ${KDE4_KDEUI_LIBS} ${X11_XTest_LIB} ${X11_X11_LIB})
+ set_target_properties(eventsimulation
+ PROPERTIES VERSION ${CMAKE_SIMON_VERSION_STRING} SOVERSION ${CMAKE_SIMON_VERSION_MAJOR}
+)
ENDIF(UNIX)
IF(WIN32)