From 184ab1934776308a006e95bdc38333d71952a516 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 5 Feb 2006 19:01:05 +0000 Subject: -fix the generation of the la-files for out-of-source builds -fix the klockfile test Alex svn path=/trunk/KDE/kdelibs/; revision=506092 --- modules/KDE4Macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index 9a4858c1..322fec7e 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -376,7 +376,7 @@ MACRO(KDE4_CREATE_LIBTOOL_FILE _target) GET_FILENAME_COMPONENT(_laname ${_target_location} NAME_WE) GET_FILENAME_COMPONENT(_soname ${_target_location} NAME) - SET(_laname ${_laname}.la) + SET(_laname ${LIBRARY_OUTPUT_PATH}/${_laname}.la) FILE(WRITE ${_laname} "# ${_laname} - a libtool library file, generated by cmake \n") FILE(APPEND ${_laname} "# The name that we can dlopen(3).\n") -- cgit v1.2.1