summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-14 02:51:58 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-14 02:51:58 +0000
commit085a643302b6726ede6933b6ce98137dcc193b26 (patch)
treee6cfc4c0c76a625407b74f518340a2f0e8cb2322
parent7fd8b36492dfbdc703e179cfb6bb5ee2122d64f0 (diff)
downloadtdebase-085a6433.tar.gz
tdebase-085a6433.zip
Added missing headers for CMake
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224756 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kwin/lib/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
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} )