From 97b117f4498f47d411c6d269beace46fddc31592 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 2 May 2007 14:48:49 +0000 Subject: [PATCH] Fix add version to lib svn path=/trunk/KDE/kdebase/workspace/; revision=660384 --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 77f380a4b6..ec44e3035a 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -34,7 +34,7 @@ set(kwin_EFFECTSLIB_SRCS kde4_automoc(${kwin_EFFECTSLIB_SRCS}) kde4_add_library(kwineffects SHARED ${kwin_EFFECTSLIB_SRCS}) target_link_libraries(kwineffects ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY} ${X11_LIBRARIES}) -set_target_properties(kdecorations PROPERTIES VERSION 1.0.0 SOVERSION 1 ) +set_target_properties(kwineffects PROPERTIES VERSION 1.0.0 SOVERSION 1 ) install(TARGETS kwineffects DESTINATION ${LIB_INSTALL_DIR}) if(OPENGL_FOUND)