From 80e8ec99aeffcec505165f099f68d0fb2903e12b Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Thu, 14 Oct 2010 00:36:11 +0400 Subject: extra: implemented builtin tbf shaper (using libnl-1.1) --- accel-pptpd/extra/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'accel-pptpd/extra/CMakeLists.txt') diff --git a/accel-pptpd/extra/CMakeLists.txt b/accel-pptpd/extra/CMakeLists.txt index a14a5a3..600c861 100644 --- a/accel-pptpd/extra/CMakeLists.txt +++ b/accel-pptpd/extra/CMakeLists.txt @@ -1,6 +1,8 @@ ADD_LIBRARY(pppd_compat SHARED pppd_compat.c) ADD_LIBRARY(ippool SHARED ippool.c) ADD_LIBRARY(sigchld SHARED sigchld.c) +ADD_LIBRARY(shaper_tbf SHARED shaper_tbf.c) +TARGET_LINK_LIBRARIES(shaper_tbf nl) INSTALL(TARGETS pppd_compat ippool sigchld LIBRARY DESTINATION usr/lib/accel-pptp -- cgit v1.2.3