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:
afd53de
)
Use spaces in Makefile.am identation, autotools don't like tabs
author
Martin Willi
<martin@revosec.ch>
Fri, 20 May 2011 08:09:09 +0000
(10:09 +0200)
committer
Martin Willi
<martin@revosec.ch>
Fri, 20 May 2011 08:09:09 +0000
(10:09 +0200)
scripts/Makefile.am
patch
|
blob
|
history
diff --git
a/scripts/Makefile.am
b/scripts/Makefile.am
index
2cd8b49
..
5f303be
100644
(file)
--- a/
scripts/Makefile.am
+++ b/
scripts/Makefile.am
@@
-6,10
+6,10
@@
noinst_PROGRAMS = bin2array bin2sql id2sql key2keyid keyid2sql oid2der \
thread_analysis dh_speed pubkey_speed crypt_burn fetch
if USE_TLS
thread_analysis dh_speed pubkey_speed crypt_burn fetch
if USE_TLS
-
noinst_PROGRAMS += tls_test
-
tls_test_SOURCES = tls_test.c
-
tls_test_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la \
- $(top_builddir)/src/libtls/libtls.la
+ noinst_PROGRAMS += tls_test
+ tls_test_SOURCES = tls_test.c
+ tls_test_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la \
+
$(top_builddir)/src/libtls/libtls.la
endif
bin2array_SOURCES = bin2array.c
endif
bin2array_SOURCES = bin2array.c