From: Tobias Brunner Date: Fri, 27 Jun 2014 13:47:34 +0000 (+0200) Subject: conf: Document swanctl options X-Git-Tag: 5.2.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f27e172c721940eb7ea4d33f251066f7b8b38b;p=thirdparty%2Fstrongswan.git conf: Document swanctl options --- diff --git a/conf/Makefile.am b/conf/Makefile.am index 8ca7971565..373be16313 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -20,6 +20,7 @@ options = \ options/pool.opt \ options/scepclient.opt \ options/starter.opt \ + options/swanctl.opt \ options/tnc.opt plugins = \ diff --git a/conf/options/swanctl.opt b/conf/options/swanctl.opt new file mode 100644 index 0000000000..f78b4bccce --- /dev/null +++ b/conf/options/swanctl.opt @@ -0,0 +1,2 @@ +swanctl.load = + Plugins to load in swanctl. \ No newline at end of file diff --git a/configure.ac b/configure.ac index 25b699fc06..78c7978431 100644 --- a/configure.ac +++ b/configure.ac @@ -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)