aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-06-27 15:26:53 +0200
committerTobias Brunner <tobias@strongswan.org>2014-06-30 13:25:13 +0200
commit3986c1e3fdba3cfe04d4c1831a3d21d14e4287aa (patch)
tree0298a8ae02fdfbf6ceebc82a0bef45ac71e7ce55 /conf
parent45f647c9cd78b03ad526f78b312b139932354607 (diff)
downloadstrongswan-3986c1e3fdba3cfe04d4c1831a3d21d14e4287aa.tar.bz2
strongswan-3986c1e3fdba3cfe04d4c1831a3d21d14e4287aa.tar.xz
autoconf: Replace --disable-tools option with --disable-scepclient
Since using a separate option for pki this was the only tool that was still enabled by that option.
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.am6
-rw-r--r--conf/options/scepclient.opt (renamed from conf/options/tools.opt)0
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 46aa135bb..3b571f643 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -15,11 +15,11 @@ options = \
options/manager.opt \
options/medsrv.opt \
options/pacman.opt \
+ options/pki.opt \
options/pool.opt \
+ options/scepclient.opt \
options/starter.opt \
- options/tnc.opt \
- options/pki.opt \
- options/tools.opt
+ options/tnc.opt
plugins = \
plugins/android_log.opt \
diff --git a/conf/options/tools.opt b/conf/options/scepclient.opt
index 7e30f5cd3..7e30f5cd3 100644
--- a/conf/options/tools.opt
+++ b/conf/options/scepclient.opt