conf: Document swanctl options

This commit is contained in:
Tobias Brunner
2014-06-30 13:25:13 +02:00
parent 4d066ef7fc
commit 38f27e172c
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -1531,6 +1531,7 @@ AM_COND_IF([USE_MANAGER], [strongswan_options=${strongswan_options}" manager"])
AM_COND_IF([USE_MEDSRV], [strongswan_options=${strongswan_options}" medsrv"])
AM_COND_IF([USE_SCEPCLIENT], [strongswan_options=${strongswan_options}" scepclient"])
AM_COND_IF([USE_PKI], [strongswan_options=${strongswan_options}" pki"])
AM_COND_IF([USE_SWANCTL], [strongswan_options=${strongswan_options}" swanctl"])
AC_SUBST(strongswan_options)