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. --- akregator/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'akregator') diff --git a/akregator/src/CMakeLists.txt b/akregator/src/CMakeLists.txt index f3254b49..2a154391 100644 --- a/akregator/src/CMakeLists.txt +++ b/akregator/src/CMakeLists.txt @@ -39,7 +39,7 @@ link_directories( install( FILES plugin.h articleinterceptor.h akregator_export.h storage.h feedstorage.h storagefactory.h storagefactoryregistry.h - DESTINATION ${INCLUDE_INSTALL_DIR}/tde/akregator ) + DESTINATION ${INCLUDE_INSTALL_DIR}/akregator ) ##### other data ################################ -- cgit v1.2.3