diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-12-26 02:15:05 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2013-01-25 00:15:23 +0400 |
commit | bea22e396766ff09ca43e6ddc143b0f1dd6c08bd (patch) | |
tree | e00f4cbc6ed0542fef8f3d8201a6b00854b437ec /accel-pppd/shaper | |
parent | afdce0b1537264067f7cbb2b0adb63b20dc5d9e7 (diff) | |
download | accel-ppp-bea22e396766ff09ca43e6ddc143b0f1dd6c08bd.tar.gz accel-ppp-bea22e396766ff09ca43e6ddc143b0f1dd6c08bd.zip |
cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX
Diffstat (limited to 'accel-pppd/shaper')
-rw-r--r-- | accel-pppd/shaper/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/shaper/CMakeLists.txt b/accel-pppd/shaper/CMakeLists.txt index 3c1ac951..7f211fd1 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 ) |