Build tls_test script only if TLS stack is enabled

This commit is contained in:
Martin Willi 2010-09-07 10:21:44 +02:00
parent 84c9bc4254
commit 00755453e3
1 changed files with 4 additions and 1 deletions

View File

@ -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