diff options
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 bb0e6f73..b61c0d01 100644 --- a/accel-pppd/extra/net-snmp/CMakeLists.txt +++ b/accel-pppd/extra/net-snmp/CMakeLists.txt @@ -12,6 +12,7 @@ SET(sources statPPTP.c terminate.c shutdown.c + exec_cli.c ) ADD_LIBRARY(net-snmp SHARED ${sources}) |