From: Tobias Brunner Date: Fri, 27 Jun 2014 13:32:19 +0000 (+0200) Subject: conf: Document aikgen options X-Git-Tag: 5.2.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d066ef7fce304520d9004a6712177df5a54099b;p=thirdparty%2Fstrongswan.git conf: Document aikgen options --- diff --git a/conf/Makefile.am b/conf/Makefile.am index 3b571f6435..8ca7971565 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -8,6 +8,7 @@ optionstemplatedir = $(templatesdir)/strongswan.d pluginstemplatedir = $(templatesdir)/plugins options = \ + options/aikgen.opt \ options/attest.opt \ options/charon.opt \ options/charon-logging.opt \ diff --git a/conf/options/aikgen.opt b/conf/options/aikgen.opt new file mode 100644 index 0000000000..2d33947fd2 --- /dev/null +++ b/conf/options/aikgen.opt @@ -0,0 +1,2 @@ +aikgen.load = + Plugins to load in ipsec aikgen tool. diff --git a/configure.ac b/configure.ac index 9bea699cfe..25b699fc06 100644 --- a/configure.ac +++ b/configure.ac @@ -1519,6 +1519,7 @@ fi strongswan_options= +AM_COND_IF([USE_AIKGEN], [strongswan_options=${strongswan_options}" aikgen"]) AM_COND_IF([USE_ATTR_SQL], [strongswan_options=${strongswan_options}" pool"]) AM_COND_IF([USE_CHARON], [strongswan_options=${strongswan_options}" charon charon-logging"]) AM_COND_IF([USE_FILE_CONFIG], [strongswan_options=${strongswan_options}" starter"])