From 8c2d0a68f676c93dcc79d0cef8d89abbea57fec1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 2 Apr 2011 20:30:43 +0000 Subject: [PATCH] Fix kdepim includ install directory git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226893 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkpimexchange/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libkpimexchange/core/CMakeLists.txt b/libkpimexchange/core/CMakeLists.txt index fde8a6b4..a91cedb0 100644 --- a/libkpimexchange/core/CMakeLists.txt +++ b/libkpimexchange/core/CMakeLists.txt @@ -30,7 +30,7 @@ link_directories( install( FILES exchangeclient.h exchangeaccount.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdepim ) + DESTINATION ${INCLUDE_INSTALL_DIR}/kde/kdepim ) ##### kpimexchange (shared) #####################