From 085a643302b6726ede6933b6ce98137dcc193b26 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 14 Mar 2011 02:51:58 +0000 Subject: Added missing headers for CMake git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224756 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwin/lib/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kwin/lib/CMakeLists.txt b/kwin/lib/CMakeLists.txt index 34660a2e5..b97e3d455 100644 --- a/kwin/lib/CMakeLists.txt +++ b/kwin/lib/CMakeLists.txt @@ -36,3 +36,8 @@ tde_add_library( ${target} SHARED AUTOMOC LINK kdecore-shared DESTINATION ${LIB_INSTALL_DIR} ) + +##### headers ################################### + +install( FILES kdecoration.h kdecoration_p.h kdecoration_plugins_p.h kdecorationfactory.h kcommondecoration.h + DESTINATION ${INCLUDE_INSTALL_DIR} ) -- cgit v1.2.1