From: Martin Willi Date: Tue, 7 Sep 2010 08:21:44 +0000 (+0200) Subject: Build tls_test script only if TLS stack is enabled X-Git-Tag: 4.5.0~202 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=00755453e3c4a7defc550bbb9aeff5ca8905e04e Build tls_test script only if TLS stack is enabled --- 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