diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-07 18:36:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-07 18:36:35 -0600 |
commit | c6c254fd1550222d532b0bec63565d57e5674a36 (patch) | |
tree | efc710858b99cae1074d3a9a512ea19dc4400408 /kmail | |
parent | 1299351b78fcd294c9653cffe257dadcab8e70df (diff) | |
download | tdepim-c6c254fd1550222d532b0bec63565d57e5674a36.tar.gz tdepim-c6c254fd1550222d532b0bec63565d57e5674a36.zip |
Rename include subdirectory to tde
Diffstat (limited to 'kmail')
-rw-r--r-- | kmail/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kmail/interfaces/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kmail/CMakeLists.txt b/kmail/CMakeLists.txt index 9fc6e3f93..f31577d29 100644 --- a/kmail/CMakeLists.txt +++ b/kmail/CMakeLists.txt @@ -65,7 +65,7 @@ link_directories( install( FILES kmailIface.h kmailpartIface.h kmailicalIface.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kde ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tde ) ##### other data ################################ diff --git a/kmail/interfaces/CMakeLists.txt b/kmail/interfaces/CMakeLists.txt index df7437009..a941d9885 100644 --- a/kmail/interfaces/CMakeLists.txt +++ b/kmail/interfaces/CMakeLists.txt @@ -12,4 +12,4 @@ install( FILES observer.h observable.h htmlwriter.h bodypart.h bodypartformatter.h bodyparturlhandler.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kde/kmail/interfaces ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tde/kmail/interfaces ) |