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. --- mimelib/mimelib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mimelib') diff --git a/mimelib/mimelib/CMakeLists.txt b/mimelib/mimelib/CMakeLists.txt index 27a19852a..0f2c61417 100644 --- a/mimelib/mimelib/CMakeLists.txt +++ b/mimelib/mimelib/CMakeLists.txt @@ -16,4 +16,4 @@ install( FILES mboxlist.h mechansm.h mediatyp.h message.h mimepp.h msgcmp.h msgid.h nntp.h param.h pop.h protocol.h string.h text.h token.h utility.h uuencode.h binhex.h - DESTINATION ${INCLUDE_INSTALL_DIR}/tde/mimelib ) + DESTINATION ${INCLUDE_INSTALL_DIR}/mimelib ) -- cgit v1.2.1