diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-02 23:13:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-02 23:13:29 +0000 |
commit | 03fb3e6993b5c679d0f90d6cdc4370982628bab1 (patch) | |
tree | fdca2add314264ffd27cb66449cf793b7e099432 | |
parent | 730dc2a4c2cd9a70202c71117a88fd63bb037388 (diff) | |
download | tdepim-03fb3e6993b5c679d0f90d6cdc4370982628bab1.tar.gz tdepim-03fb3e6993b5c679d0f90d6cdc4370982628bab1.zip |
Fix mimelib header install directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226909 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | mimelib/mimelib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mimelib/mimelib/CMakeLists.txt b/mimelib/mimelib/CMakeLists.txt index 0f2c61417..444884537 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}/mimelib ) + DESTINATION ${INCLUDE_INSTALL_DIR}/kde/mimelib ) |