diff options
Diffstat (limited to 'accel-pptpd/auth/CMakeLists.txt')
-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 ) |