From a34b0b48eb856f8128251684059ffc41e06479c0 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. (cherry picked from commit b99d4323ddffa1b9edcb8bab724a73729b79d883) --- ktnef/ktnef/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktnef/ktnef/CMakeLists.txt') diff --git a/ktnef/ktnef/CMakeLists.txt b/ktnef/ktnef/CMakeLists.txt index 0dadf1d8..1bd4912c 100644 --- a/ktnef/ktnef/CMakeLists.txt +++ b/ktnef/ktnef/CMakeLists.txt @@ -13,4 +13,4 @@ install( FILES ktnefparser.h ktnefattach.h ktnefproperty.h ktnefpropertyset.h ktnefmessage.h ktnefwriter.h ktnefdefs.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kde/ktnef ) + DESTINATION ${INCLUDE_INSTALL_DIR}/ktnef ) -- cgit v1.2.3