diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-01-22 21:58:33 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-01-22 22:09:10 +0400 |
commit | bdf5bd00fa21707a7f09c95e76106682355f0927 (patch) | |
tree | 0f72ae54b6fa21d3f546abde7573d85b4044f025 /accel-pppd/shaper/CMakeLists.txt | |
parent | f7b2ca85f9cda5d542aa0fe638926682ae86ddf4 (diff) | |
download | accel-ppp-bdf5bd00fa21707a7f09c95e76106682355f0927.tar.gz accel-ppp-bdf5bd00fa21707a7f09c95e76106682355f0927.zip |
implemented advanced shaper
Diffstat (limited to 'accel-pppd/shaper/CMakeLists.txt')
-rw-r--r-- | accel-pppd/shaper/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/shaper/CMakeLists.txt b/accel-pppd/shaper/CMakeLists.txt new file mode 100644 index 00000000..989aceb7 --- /dev/null +++ b/accel-pppd/shaper/CMakeLists.txt @@ -0,0 +1,2 @@ +ADD_LIBRARY(shaper SHARED shaper.c limiter.c tc_core.c libnetlink.c) + |