From d071f18ada9fb89b5b0d17925c573f199dadfd45 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 8 Aug 2006 17:05:59 +0000 Subject: don't remove the la-files on make clean (#131172) it would be better to generate them as part of the build, but since the plan is to get rid of them anyway, I don't ewant to put the extra work in it now Alex svn path=/trunk/KDE/kdelibs/; revision=571165 --- modules/KDE4Macros.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index addf2400..8d88d613 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -347,7 +347,6 @@ MACRO (KDE4_INSTALL_LIBTOOL_FILE _subdir _target) FILE(APPEND ${_laname} "libdir='${CMAKE_INSTALL_PREFIX}/${_subdir}'\n") INSTALL(FILES ${_laname} DESTINATION ${_subdir}) - MACRO_ADDITIONAL_CLEAN_FILES(${_laname}) ENDMACRO (KDE4_INSTALL_LIBTOOL_FILE) -- cgit v1.2.1