summaryrefslogtreecommitdiff
path: root/accel-pptpd/extra
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2010-12-24 10:18:41 +0300
committerDmitry Kozlov <xeb@mail.ru>2010-12-24 10:18:41 +0300
commit59f691793e9270026214abffceb06f64d365fee3 (patch)
tree43662c8801bc67cb7ae478130eb4b742245490cc /accel-pptpd/extra
parent2fce5d312044d661055406db31cabd66185ca405 (diff)
downloadaccel-ppp-59f691793e9270026214abffceb06f64d365fee3.tar.gz
accel-ppp-59f691793e9270026214abffceb06f64d365fee3.zip
changed install paths to proper ones
Diffstat (limited to 'accel-pptpd/extra')
-rw-r--r--accel-pptpd/extra/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pptpd/extra/CMakeLists.txt b/accel-pptpd/extra/CMakeLists.txt
index dc55840e..282af1a3 100644
--- a/accel-pptpd/extra/CMakeLists.txt
+++ b/accel-pptpd/extra/CMakeLists.txt
@@ -4,12 +4,12 @@ ADD_LIBRARY(sigchld SHARED sigchld.c)
ADD_LIBRARY(chap-secrets SHARED chap-secrets.c)
INSTALL(TARGETS pppd_compat ippool sigchld chap-secrets
- LIBRARY DESTINATION usr/lib/accel-pptp
+ LIBRARY DESTINATION lib/accel-pptp
)
IF (SHAPER)
ADD_LIBRARY(shaper_tbf SHARED shaper_tbf.c)
TARGET_LINK_LIBRARIES(shaper_tbf nl nl-route m)
- INSTALL(TARGETS shaper_tbf LIBRARY DESTINATION usr/lib/accel-pptp)
+ INSTALL(TARGETS shaper_tbf LIBRARY DESTINATION lib/accel-pptp)
ENDIF (SHAPER)