From da2c6c1375dc2ceeb8692afd93a420a1379422cf Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 27 Jun 2008 06:56:11 +0000 Subject: [PATCH] Tag as devel element svn path=/trunk/KDE/kdebase/workspace/; revision=825022 --- lib/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 6468315c99..17e0f3ebce 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -24,7 +24,7 @@ install( FILES kdecorationfactory.h kcommondecoration.h kdecorationbridge.h - DESTINATION ${INCLUDE_INSTALL_DIR}) + DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel ) ### effects lib ### set(kwin_EFFECTSLIB_SRCS @@ -75,4 +75,4 @@ install( FILES kwinshadereffect.h kwinxrenderutils.h ${CMAKE_CURRENT_BINARY_DIR}/kwinconfig.h - DESTINATION ${INCLUDE_INSTALL_DIR}) + DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel)