From b99d4323ddffa1b9edcb8bab724a73729b79d883 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 21 Mar 2012 20:40:48 -0500 Subject: 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. --- korganizer/interfaces/calendar/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korganizer/interfaces/calendar') 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 -- cgit v1.2.1