diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 20:40:48 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 20:40:48 -0500 |
commit | b99d4323ddffa1b9edcb8bab724a73729b79d883 (patch) | |
tree | 25e71421950bd5248040dc2836064215d65571e0 /korganizer/interfaces | |
parent | 1fb1c93e1479b17b781c826512932598cb88d407 (diff) | |
download | tdepim-b99d4323ddffa1b9edcb8bab724a73729b79d883.tar.gz tdepim-b99d4323ddffa1b9edcb8bab724a73729b79d883.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.
Diffstat (limited to 'korganizer/interfaces')
-rw-r--r-- | korganizer/interfaces/calendar/CMakeLists.txt | 2 | ||||
-rw-r--r-- | korganizer/interfaces/korganizer/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/interfaces/calendar/CMakeLists.txt b/korganizer/interfaces/calendar/CMakeLists.txt index 01be09249..fe5296fed 100644 --- a/korganizer/interfaces/calendar/CMakeLists.txt +++ b/korganizer/interfaces/calendar/CMakeLists.txt @@ -11,7 +11,7 @@ install( FILES plugin.h calendardecoration.h - DESTINATION ${INCLUDE_INSTALL_DIR}/tde/calendar ) + DESTINATION ${INCLUDE_INSTALL_DIR}/calendar ) install( FILES calendarplugin.desktop calendardecoration.desktop diff --git a/korganizer/interfaces/korganizer/CMakeLists.txt b/korganizer/interfaces/korganizer/CMakeLists.txt index c6bafae44..6b5a45f27 100644 --- a/korganizer/interfaces/korganizer/CMakeLists.txt +++ b/korganizer/interfaces/korganizer/CMakeLists.txt @@ -11,7 +11,7 @@ install( FILES part.h baseview.h calendarviewbase.h mainwindow.h corehelper.h printplugin.h - DESTINATION ${INCLUDE_INSTALL_DIR}/tde/korganizer ) + DESTINATION ${INCLUDE_INSTALL_DIR}/korganizer ) install( FILES korganizerpart.desktop korgprintplugin.desktop |