]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
conf: Document aikgen options
authorTobias Brunner <tobias@strongswan.org>
Fri, 27 Jun 2014 13:32:19 +0000 (15:32 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 30 Jun 2014 11:25:13 +0000 (13:25 +0200)
conf/Makefile.am
conf/options/aikgen.opt [new file with mode: 0644]
configure.ac

index 3b571f64357e4df9291850895aad8df6d54ccbae..8ca797156590702574f21ef73c074864238ee31d 100644 (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 \
diff --git a/conf/options/aikgen.opt b/conf/options/aikgen.opt
new file mode 100644 (file)
index 0000000..2d33947
--- /dev/null
@@ -0,0 +1,2 @@
+aikgen.load =
+       Plugins to load in ipsec aikgen tool.
index 9bea699cfe91cb0f3dc602b544441a2b5be5b6fc..25b699fc063a581c213c2b7249bbe1d09db86d10 100644 (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"])