strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
84c9bc4
)
Build tls_test script only if TLS stack is enabled
author
Martin Willi
<martin@revosec.ch>
Tue, 7 Sep 2010 08:21:44 +0000
(10:21 +0200)
committer
Martin Willi
<martin@revosec.ch>
Tue, 7 Sep 2010 08:21:44 +0000
(10:21 +0200)
scripts/Makefile.am
patch
|
blob
|
history
diff --git
a/scripts/Makefile.am
b/scripts/Makefile.am
index
6a8c404
..
41a45f5
100644
(file)
--- a/
scripts/Makefile.am
+++ b/
scripts/Makefile.am
@@
-3,7
+3,10
@@
AM_CFLAGS = \
-DPLUGINS="\"${scripts_plugins}\""
noinst_PROGRAMS = bin2array bin2sql id2sql key2keyid keyid2sql \
-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
bin2array_SOURCES = bin2array.c
bin2sql_SOURCES = bin2sql.c
id2sql_SOURCES = id2sql.c