diff options
Diffstat (limited to 'accel-pptpd/extra/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/extra/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/extra/CMakeLists.txt b/accel-pptpd/extra/CMakeLists.txt index 9d58b8ee..c354c043 100644 --- a/accel-pptpd/extra/CMakeLists.txt +++ b/accel-pptpd/extra/CMakeLists.txt @@ -8,7 +8,7 @@ INSTALL(TARGETS pppd_compat ippool sigchld IF (SHAPER) ADD_LIBRARY(shaper_tbf SHARED shaper_tbf.c) - TARGET_LINK_LIBRARIES(shaper_tbf nl-route) + TARGET_LINK_LIBRARIES(shaper_tbf nl nl-route m) INSTALL(TARGETS shaper_tbf LIBRARY DESTINATION usr/lib/accel-pptp) ENDIF (SHAPER) |