]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorTomasz Flendrich <tflendrich@ntp.org>
Sat, 20 Jun 2015 00:55:15 +0000 (00:55 +0000)
committerTomasz Flendrich <tflendrich@ntp.org>
Sat, 20 Jun 2015 00:55:15 +0000 (00:55 +0000)
  changed the indent from spaces to tabs

bk: 5584b9f3Qt6wv4YaWMjhJ2oFyoD3kQ

tests/libntp/Makefile.am

index dfc6565ec6bddcf6fb7bc560cda1f4e7a50d1132..24481c5115048c40b21da63db3f4380bf2e4eb52 100644 (file)
@@ -34,7 +34,7 @@ check_PROGRAMS =              \
        test-ssl_init           \
        test-socktoa            \
        test-statestr           \
-       test-strtolfp       \
+       test-strtolfp           \
        test-timespecops        \
        test-timevalops         \
        test-tstotv                     \
@@ -69,7 +69,7 @@ unity_tests_LDADD =                           \
        $(top_builddir)/sntp/unity/libunity.a   \
        $(NULL)
 
-AM_CFLAGS   = $(CFLAGS_NTP)
+AM_CFLAGS = $(CFLAGS_NTP)
 AM_CXXFLAGS = $(GTEST_CXXFLAGS)
 
 AM_CPPFLAGS  = $(NTP_INCS)
@@ -448,9 +448,9 @@ test_humandate_CFLAGS =                             \
        $(NULL)
 
 test_humandate_LDADD =                         \
-        $(LDADD)                                \
-        $(top_builddir)/sntp/unity/libunity.a   \
-        $(NULL)
+       $(LDADD)                                \
+       $(top_builddir)/sntp/unity/libunity.a   \
+       $(NULL)
 
 test_caltontp_CFLAGS =                 \
        -I$(top_srcdir)/sntp/unity              \