diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-08-08 17:05:59 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-08-08 17:05:59 +0000 |
commit | d071f18ada9fb89b5b0d17925c573f199dadfd45 (patch) | |
tree | 9646682f21935d10e39a32259fad745c37e3531b /modules | |
parent | 1a2f8ac20de9b6c28a783bdad68cd1dabfefda0f (diff) | |
download | extra-cmake-modules-d071f18ada9fb89b5b0d17925c573f199dadfd45.tar.gz extra-cmake-modules-d071f18ada9fb89b5b0d17925c573f199dadfd45.tar.bz2 |
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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/KDE4Macros.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
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) |