aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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