summaryrefslogtreecommitdiffstats
path: root/korganizer
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-21 20:40:48 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-21 20:40:48 -0500
commitb99d4323ddffa1b9edcb8bab724a73729b79d883 (patch)
tree25e71421950bd5248040dc2836064215d65571e0 /korganizer
parent1fb1c93e1479b17b781c826512932598cb88d407 (diff)
downloadtdepim-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')
-rw-r--r--korganizer/interfaces/calendar/CMakeLists.txt2
-rw-r--r--korganizer/interfaces/korganizer/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/interfaces/calendar/CMakeLists.txt b/korganizer/interfaces/calendar/CMakeLists.txt
index 01be0924..fe5296fe 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 c6bafae4..6b5a45f2 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