diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2013-01-11 16:27:49 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2013-01-11 16:27:49 +0400 |
commit | f1e3ddf8d12ccdc2d20976e5960985853bed6454 (patch) | |
tree | 098149e5ac79b02fba95464717e4c763add79d1e /accel-pppd/shaper | |
parent | 3a68b66387b2e352d4ffe60c0dd4aeeb2c599fb4 (diff) | |
parent | c223aade3cd0c9ee651902f70da5497aae0f8014 (diff) | |
download | accel-ppp-f1e3ddf8d12ccdc2d20976e5960985853bed6454.tar.gz accel-ppp-f1e3ddf8d12ccdc2d20976e5960985853bed6454.zip |
Merge branch '1.7' of ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp into 1.7
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 ) |