diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-31 00:43:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-31 00:43:43 +0000 |
commit | 1e80d8f66fc4fe8bd4ce9ff5af07ec2e8214f8c5 (patch) | |
tree | 6c4023fed38a732809d248303948f632a4861b45 | |
parent | 65df48230742044ba226384d86134994146418f4 (diff) | |
download | tdepim-1e80d8f66fc4fe8bd4ce9ff5af07ec2e8214f8c5.tar.gz tdepim-1e80d8f66fc4fe8bd4ce9ff5af07ec2e8214f8c5.zip |
Additional include location fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226602 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | indexlib/CMakeLists.txt | 2 | ||||
-rw-r--r-- | libemailfunctions/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indexlib/CMakeLists.txt b/indexlib/CMakeLists.txt index f89e4f1a4..93e215e4f 100644 --- a/indexlib/CMakeLists.txt +++ b/indexlib/CMakeLists.txt @@ -26,7 +26,7 @@ include_directories( install( FILES create.h index.h lockfile.h - DESTINATION ${INCLUDE_INSTALL_DIR}/index ) + DESTINATION ${INCLUDE_INSTALL_DIR}/kde/index ) ##### other data ################################ diff --git a/libemailfunctions/CMakeLists.txt b/libemailfunctions/CMakeLists.txt index 13004d64d..cbdd35108 100644 --- a/libemailfunctions/CMakeLists.txt +++ b/libemailfunctions/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( ##### header files ################################ if( BUILD_LIBKDEPIM ) - install( FILES idmapper.h DESTINATION ${INCLUDE_INSTALL_DIR}/libemailfunctions ) + install( FILES idmapper.h DESTINATION ${INCLUDE_INSTALL_DIR}/kde/libemailfunctions ) endif() |