diff options
Diffstat (limited to 'accel-pppd/extra/CMakeLists.txt')
-rw-r--r-- | accel-pppd/extra/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accel-pppd/extra/CMakeLists.txt b/accel-pppd/extra/CMakeLists.txt index 03d857a..2144906 100644 --- a/accel-pppd/extra/CMakeLists.txt +++ b/accel-pppd/extra/CMakeLists.txt @@ -17,3 +17,7 @@ IF (SHAPER) INSTALL(TARGETS shaper_tbf LIBRARY DESTINATION lib/accel-ppp) ENDIF (SHAPER) + +IF (NETSNMP) + ADD_SUBDIRECTORY(net-snmp) +ENDIF (NETSNMP) |