From 38f27e172c721940eb7ea4d33f251066f7b8b38b Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 27 Jun 2014 15:47:34 +0200 Subject: [PATCH] conf: Document swanctl options --- conf/Makefile.am | 1 + conf/options/swanctl.opt | 2 ++ configure.ac | 1 + 3 files changed, 4 insertions(+) create mode 100644 conf/options/swanctl.opt diff --git a/conf/Makefile.am b/conf/Makefile.am index 8ca797156..373be1631 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 000000000..f78b4bccc --- /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 25b699fc0..78c797843 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)