summaryrefslogtreecommitdiffstats
path: root/libtdenetwork/gpgmepp
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 /libtdenetwork/gpgmepp
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 'libtdenetwork/gpgmepp')
-rw-r--r--libtdenetwork/gpgmepp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdenetwork/gpgmepp/CMakeLists.txt b/libtdenetwork/gpgmepp/CMakeLists.txt
index 9c76001d5..93bc16e52 100644
--- a/libtdenetwork/gpgmepp/CMakeLists.txt
+++ b/libtdenetwork/gpgmepp/CMakeLists.txt
@@ -35,7 +35,7 @@ install( FILES
keygenerationresult.h importresult.h decryptionresult.h
verificationresult.h signingresult.h encryptionresult.h
engineinfo.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/gpgme++ )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/gpgme++ )
##### gpgme++ (shared) ##########################