mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
Build tls_test script only if TLS stack is enabled
This commit is contained in:
parent
84c9bc4254
commit
00755453e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user