aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-09-07 10:21:44 +0200
committerMartin Willi <martin@revosec.ch>2010-09-07 10:21:44 +0200
commit00755453e3c4a7defc550bbb9aeff5ca8905e04e (patch)
treeab4ca67af937661f31de97c04f2edae4a7f3d5e7 /scripts
parent84c9bc4254a903353ae35e5fa87c426cb33fb5dc (diff)
downloadstrongswan-00755453e3c4a7defc550bbb9aeff5ca8905e04e.tar.bz2
strongswan-00755453e3c4a7defc550bbb9aeff5ca8905e04e.tar.xz
Build tls_test script only if TLS stack is enabled
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 6a8c404ca..41a45f545 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -3,7 +3,10 @@ AM_CFLAGS = \
-DPLUGINS="\"${scripts_plugins}\""
noinst_PROGRAMS = bin2array bin2sql id2sql key2keyid keyid2sql \
- thread_analysis dh_speed pubkey_speed crypt_burn tls_test
+ thread_analysis dh_speed pubkey_speed crypt_burn
+if USE_TLS
+ noinst_PROGRAMS += tls_test
+endif
bin2array_SOURCES = bin2array.c
bin2sql_SOURCES = bin2sql.c
id2sql_SOURCES = id2sql.c