summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--indexlib/CMakeLists.txt2
-rw-r--r--libemailfunctions/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/indexlib/CMakeLists.txt b/indexlib/CMakeLists.txt
index f89e4f1a..93e215e4 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 13004d64..cbdd3510 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()