summaryrefslogtreecommitdiff
path: root/accel-pppd/shaper
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2012-12-26 02:15:05 +0400
committerKozlov Dmitry <xeb@mail.ru>2013-01-25 00:15:23 +0400
commitbea22e396766ff09ca43e6ddc143b0f1dd6c08bd (patch)
treee00f4cbc6ed0542fef8f3d8201a6b00854b437ec /accel-pppd/shaper
parentafdce0b1537264067f7cbb2b0adb63b20dc5d9e7 (diff)
downloadaccel-ppp-xebd-bea22e396766ff09ca43e6ddc143b0f1dd6c08bd.tar.gz
accel-ppp-xebd-bea22e396766ff09ca43e6ddc143b0f1dd6c08bd.zip
cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX
Diffstat (limited to 'accel-pppd/shaper')
-rw-r--r--accel-pppd/shaper/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/shaper/CMakeLists.txt b/accel-pppd/shaper/CMakeLists.txt
index 3c1ac95..7f211fd 100644
--- a/accel-pppd/shaper/CMakeLists.txt
+++ b/accel-pppd/shaper/CMakeLists.txt
@@ -1,6 +1,6 @@
ADD_LIBRARY(shaper SHARED shaper.c limiter.c leaf_qdisc.c tc_core.c)
INSTALL(TARGETS shaper
- LIBRARY DESTINATION lib/accel-ppp
+ LIBRARY DESTINATION lib${LIB_SUFFIX}/accel-ppp
)