From 60dfaf78ae478c109b4f040b73c7724cd8fce620 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Mon, 15 Jun 2015 01:12:49 +0200 Subject: [PATCH] Makefile.am: missing backslashes added bk: 557e0a71p-ngsQfkEnmC_1O-4O3W8g --- tests/libntp/Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index 66f3cb0e5..13e375abc 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -209,17 +209,17 @@ test_prettydate_CFLAGS = \ -I$(top_srcdir)/sntp/unity \ $(NULL) -test_prettydate_LDADD = \ - $(LDADD) \ +test_prettydate_LDADD = \ + $(LDADD) \ $(top_builddir)/sntp/unity/libunity.a \ $(NULL) -test_recvbuff_CFLAGS = \ - -I$(top_srcdir)/sntp/unity \ +test_recvbuff_CFLAGS = \ + -I$(top_srcdir)/sntp/unity \ $(NULL) test_recvbuff_LDADD = \ - $(unity_tests_LDADD) + $(unity_tests_LDADD) \ $(NULL) test_tstotv_CFLAGS = \ @@ -227,7 +227,7 @@ test_tstotv_CFLAGS = \ $(NULL) test_tstotv_LDADD = \ - $(unity_tests_LDADD) + $(unity_tests_LDADD) \ $(NULL) test_vi64ops_CFLAGS = \ @@ -235,7 +235,7 @@ test_vi64ops_CFLAGS = \ $(NULL) test_vi64ops_LDADD = \ - $(unity_tests_LDADD) + $(unity_tests_LDADD) \ $(NULL) test_msyslog_CFLAGS = \ @@ -243,15 +243,15 @@ test_msyslog_CFLAGS = \ $(NULL) test_msyslog_LDADD = \ - $(unity_tests_LDADD) + $(unity_tests_LDADD) \ $(NULL) test_caltontp_CFLAGS = \ - -I$(top_srcdir)/sntp/unity \ + -I$(top_srcdir)/sntp/unity \ $(NULL) test_caltontp_LDADD = \ - $(unity_tests_LDADD) + $(unity_tests_LDADD) \ $(NULL) -- 2.47.3