diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 20:40:48 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-10-18 18:56:20 +0200 |
commit | a34b0b48eb856f8128251684059ffc41e06479c0 (patch) | |
tree | 604d54076e80e6bbdad7492ca93a89cf3fb8c8f7 /kontact/interfaces | |
parent | 50f01165ea4f2b48c4fe0e9a35d2c4cdb70cd1cc (diff) | |
download | tdepim-a34b0b48eb856f8128251684059ffc41e06479c0.tar.gz tdepim-a34b0b48eb856f8128251684059ffc41e06479c0.zip |
Change ${INCLUDE_INSTALL_DIR}/tde -> ${INCLUDE_INSTALL_DIR}.
Installing header files to ${INCLUDE_INSTALL_DIR}/tde
added another subdirectory layer that caused build failures
in certain apps such as kipi-plugins.
This partially resolves bug report 600.
(cherry picked from commit b99d4323ddffa1b9edcb8bab724a73729b79d883)
Diffstat (limited to 'kontact/interfaces')
-rw-r--r-- | kontact/interfaces/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/interfaces/CMakeLists.txt b/kontact/interfaces/CMakeLists.txt index 68a7a46ff..997fbc305 100644 --- a/kontact/interfaces/CMakeLists.txt +++ b/kontact/interfaces/CMakeLists.txt @@ -26,7 +26,7 @@ link_directories( install( FILES core.h plugin.h summary.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kde/kontact ) + DESTINATION ${INCLUDE_INSTALL_DIR}/kontact ) ##### other data ################################ |