diff options
author | Kozlov Dmitry <dima@server> | 2011-08-19 14:04:55 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2011-08-19 14:04:55 +0400 |
commit | 5ef49162ea9763ca9878c22e3736766d8f1db014 (patch) | |
tree | f58da9adfc87ece6c608265fc694e66bd5db162c /accel-pppd/extra/CMakeLists.txt | |
parent | fd52e4578dcc7de2301480fece9395563d643045 (diff) | |
download | accel-ppp-5ef49162ea9763ca9878c22e3736766d8f1db014.tar.gz accel-ppp-5ef49162ea9763ca9878c22e3736766d8f1db014.zip |
snmp support
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 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) |