From 00755453e3c4a7defc550bbb9aeff5ca8905e04e Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 7 Sep 2010 10:21:44 +0200 Subject: [PATCH] Build tls_test script only if TLS stack is enabled --- scripts/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 6a8c404..41a45f5 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 -- 2.7.4