diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-02 20:30:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-02 20:30:43 +0000 |
commit | 8c2d0a68f676c93dcc79d0cef8d89abbea57fec1 (patch) | |
tree | 9547ad5d0bb194bd3b18dbd97b6724d5d79c8704 /libkpimexchange | |
parent | 92c5bfd7fd68e72279b8572e1ada9517c5d22eab (diff) | |
download | tdepim-8c2d0a68f676c93dcc79d0cef8d89abbea57fec1.tar.gz tdepim-8c2d0a68f676c93dcc79d0cef8d89abbea57fec1.zip |
Fix kdepim includ install directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226893 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkpimexchange')
-rw-r--r-- | libkpimexchange/core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpimexchange/core/CMakeLists.txt b/libkpimexchange/core/CMakeLists.txt index fde8a6b48..a91cedb00 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) ##################### |