From: Martin Willi Date: Fri, 20 May 2011 08:09:09 +0000 (+0200) Subject: Use spaces in Makefile.am identation, autotools don't like tabs X-Git-Tag: 4.5.3~217 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=4ae7f7d13e800e433e8568e153ff987454ef4890 Use spaces in Makefile.am identation, autotools don't like tabs --- diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 2cd8b49..5f303be 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