diff options
author | Martin Willi <martin@revosec.ch> | 2011-05-20 10:09:09 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2011-05-20 10:09:09 +0200 |
commit | 4ae7f7d13e800e433e8568e153ff987454ef4890 (patch) | |
tree | 7cdcdfed9f2bc482b70819e27ce9450fdc17458c | |
parent | afd53de6273b50e882da7f3d0cb25de41e81e8d7 (diff) | |
download | strongswan-4ae7f7d13e800e433e8568e153ff987454ef4890.tar.bz2 strongswan-4ae7f7d13e800e433e8568e153ff987454ef4890.tar.xz |
Use spaces in Makefile.am identation, autotools don't like tabs
-rw-r--r-- | scripts/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 2cd8b499b..5f303be17 100644 --- 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 - 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 |