conf: Document aikgen options

This commit is contained in:
Tobias Brunner
2014-06-30 13:25:13 +02:00
parent 3986c1e3fd
commit 4d066ef7fc
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -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 \
+2
View File
@@ -0,0 +1,2 @@
aikgen.load =
Plugins to load in ipsec aikgen tool.
+1
View File
@@ -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"])