summaryrefslogtreecommitdiff
path: root/accel-pppd/extra/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/extra/CMakeLists.txt')
-rw-r--r--accel-pppd/extra/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/accel-pppd/extra/CMakeLists.txt b/accel-pppd/extra/CMakeLists.txt
index 03d857ab..21449061 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)