aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-02-02 16:15:23 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-02-02 16:15:23 +0000
commit64ba4eeb803fa5c780bf83627763ad9552986139 (patch)
treec406234d3b0eba530f04ed993ef3200f85dfebf7 /modules
parentdcc24bc23c28569342a49003037a18e6662cf191 (diff)
downloadextra-cmake-modules-64ba4eeb803fa5c780bf83627763ad9552986139.tar.gz
extra-cmake-modules-64ba4eeb803fa5c780bf83627763ad9552986139.tar.bz2
correct path also in the la file
Alex svn path=/trunk/KDE/kdelibs/; revision=504940
Diffstat (limited to 'modules')
-rw-r--r--modules/KDE4Macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index 9e769700..2e0866e9 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -355,7 +355,7 @@ MACRO(KDE4_CREATE_LIBTOOL_FILE _target)
FILE(APPEND ${_laname} "# Should we warn about portability when linking against -modules?\nshouldnotlink=yes\n")
FILE(APPEND ${_laname} "# Files to dlopen/dlpreopen\ndlopen=''\ndlpreopen=''\n")
FILE(APPEND ${_laname} "# Directory that this library needs to be installed in:\n")
- FILE(APPEND ${_laname} "libdir='${CMAKE_INSTALL_PREFIX}/lib/kde4'\n")
+ FILE(APPEND ${_laname} "libdir='${CMAKE_INSTALL_PREFIX}/${KDE4_LIB_INSTALL_DIR}/kde4'\n")
INSTALL_FILES(${KDE4_LIB_INSTALL_DIR}/kde4 FILES ${_laname})
ENDMACRO(KDE4_CREATE_LIBTOOL_FILE)