diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-09-01 17:21:25 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-09-01 17:21:25 +0200 |
commit | d35f9a428e3443c4478b3ba1b03d7f69ce43436c (patch) | |
tree | c57633158ae938ac37bac0be0564fc9360746999 /conf/Makefile.am | |
parent | debb2443d93d74388b2330341a787e5ba420909d (diff) | |
parent | 11d6b62db969bdd808d0f56706cb18f113927a31 (diff) | |
download | vyos-strongswan-d35f9a428e3443c4478b3ba1b03d7f69ce43436c.tar.gz vyos-strongswan-d35f9a428e3443c4478b3ba1b03d7f69ce43436c.zip |
Updated version 5.6.0 from 'upstream/5.6.0'
with Debian dir e138a03837a338ec35cc53a33de19381770a5f0c
Diffstat (limited to 'conf/Makefile.am')
-rw-r--r-- | conf/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am index eb5c9c2eb..87319db22 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -24,7 +24,8 @@ options = \ options/scepclient.opt \ options/starter.opt \ options/swanctl.opt \ - options/tnc.opt + options/tnc.opt \ + options/sw-collector.opt plugins = \ plugins/addrblock.opt \ @@ -35,11 +36,13 @@ plugins = \ plugins/bypass-lan.opt \ plugins/certexpire.opt \ plugins/coupling.opt \ + plugins/curl.opt \ plugins/dhcp.opt \ plugins/dnscert.opt \ plugins/duplicheck.opt \ plugins/eap-aka.opt \ - plugins/eap-aka-3ggp2.opt \ + plugins/eap-aka-3gpp.opt \ + plugins/eap-aka-3gpp2.opt \ plugins/eap-dynamic.opt \ plugins/eap-gtc.opt \ plugins/eap-peap.opt \ @@ -59,11 +62,13 @@ plugins = \ plugins/imc-os.opt \ plugins/imc-scanner.opt \ plugins/imc-swid.opt \ + plugins/imc-swima.opt \ plugins/imc-test.opt \ plugins/imv-attestation.opt \ plugins/imv-os.opt \ plugins/imv-scanner.opt \ plugins/imv-swid.opt \ + plugins/imv-swima.opt \ plugins/imv-test.opt \ plugins/ipseckey.opt \ plugins/led.opt \ |