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 /kresources/egroupware | |
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 'kresources/egroupware')
-rw-r--r-- | kresources/egroupware/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/egroupware/CMakeLists.txt b/kresources/egroupware/CMakeLists.txt index 4843d1514..aa61c9b9b 100644 --- a/kresources/egroupware/CMakeLists.txt +++ b/kresources/egroupware/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( install( FILES kabc_resourcexmlrpc.h kcal_resourcexmlrpc.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kabc ) + DESTINATION ${INCLUDE_INSTALL_DIR}/kde/kabc ) ##### other data ################################ |