diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-12-24 10:18:41 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-12-24 10:18:41 +0300 |
commit | 59f691793e9270026214abffceb06f64d365fee3 (patch) | |
tree | 43662c8801bc67cb7ae478130eb4b742245490cc /accel-pptpd/auth | |
parent | 2fce5d312044d661055406db31cabd66185ca405 (diff) | |
download | accel-ppp-59f691793e9270026214abffceb06f64d365fee3.tar.gz accel-ppp-59f691793e9270026214abffceb06f64d365fee3.zip |
changed install paths to proper ones
Diffstat (limited to 'accel-pptpd/auth')
-rw-r--r-- | accel-pptpd/auth/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/auth/CMakeLists.txt b/accel-pptpd/auth/CMakeLists.txt index 808e7d84..dbf4d13b 100644 --- a/accel-pptpd/auth/CMakeLists.txt +++ b/accel-pptpd/auth/CMakeLists.txt @@ -8,6 +8,6 @@ TARGET_LINK_LIBRARIES(auth_mschap_v1 crypto) TARGET_LINK_LIBRARIES(auth_mschap_v2 crypto) INSTALL(TARGETS auth_pap auth_chap_md5 auth_mschap_v1 auth_mschap_v2 - LIBRARY DESTINATION usr/lib/accel-pptp + LIBRARY DESTINATION lib/accel-pptp ) |