diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2013-10-29 20:49:24 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2013-10-29 20:49:24 +0400 |
commit | e68a3f9dd5633f83dc740a71418d66ef6fe7db97 (patch) | |
tree | 205f58bbedb453f1e27cbbd59fcc7ac950f0234e /accel-pppd/extra/net-snmp/CMakeLists.txt | |
parent | c19c04567bbe0bcd6631485795311cf83a07e5fc (diff) | |
download | accel-ppp-e68a3f9dd5633f83dc740a71418d66ef6fe7db97.tar.gz accel-ppp-e68a3f9dd5633f83dc740a71418d66ef6fe7db97.zip |
net-snmp: add ipoe statistics
Diffstat (limited to 'accel-pppd/extra/net-snmp/CMakeLists.txt')
-rw-r--r-- | accel-pppd/extra/net-snmp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/extra/net-snmp/CMakeLists.txt b/accel-pppd/extra/net-snmp/CMakeLists.txt index 7633f37..5571849 100644 --- a/accel-pppd/extra/net-snmp/CMakeLists.txt +++ b/accel-pppd/extra/net-snmp/CMakeLists.txt @@ -10,6 +10,7 @@ SET(sources statPPP.c statPPPOE.c statPPTP.c + statIPOE.c terminate.c shutdown.c exec_cli.c |