diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-30 18:07:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-30 18:07:06 +0000 |
commit | 59c4cfa4d07c3bac5c1eeb06c396f8dfce177043 (patch) | |
tree | 586a690f2d2bfd192a5b4657ce382a2172aa4bee /korganizer/interfaces | |
parent | b2b05ec700ecd0451e8cc4c3feda98d2493426eb (diff) | |
download | tdepim-59c4cfa4d07c3bac5c1eeb06c396f8dfce177043.tar.gz tdepim-59c4cfa4d07c3bac5c1eeb06c396f8dfce177043.zip |
Fix include directory installation locations
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226577 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korganizer/interfaces')
-rw-r--r-- | korganizer/interfaces/calendar/CMakeLists.txt | 2 | ||||
-rw-r--r-- | korganizer/interfaces/korganizer/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/interfaces/calendar/CMakeLists.txt b/korganizer/interfaces/calendar/CMakeLists.txt index fe5296fed..572ca92ba 100644 --- a/korganizer/interfaces/calendar/CMakeLists.txt +++ b/korganizer/interfaces/calendar/CMakeLists.txt @@ -11,7 +11,7 @@ install( FILES plugin.h calendardecoration.h - DESTINATION ${INCLUDE_INSTALL_DIR}/calendar ) + DESTINATION ${INCLUDE_INSTALL_DIR}/kde/calendar ) install( FILES calendarplugin.desktop calendardecoration.desktop diff --git a/korganizer/interfaces/korganizer/CMakeLists.txt b/korganizer/interfaces/korganizer/CMakeLists.txt index 6b5a45f27..1db81d876 100644 --- a/korganizer/interfaces/korganizer/CMakeLists.txt +++ b/korganizer/interfaces/korganizer/CMakeLists.txt @@ -11,7 +11,7 @@ install( FILES part.h baseview.h calendarviewbase.h mainwindow.h corehelper.h printplugin.h - DESTINATION ${INCLUDE_INSTALL_DIR}/korganizer ) + DESTINATION ${INCLUDE_INSTALL_DIR}/kde/korganizer ) install( FILES korganizerpart.desktop korgprintplugin.desktop |