lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi] [PATCH 1/5] Fix errors in Makefile.am.


From: Václav Slavík
Subject: [lmi] [PATCH 1/5] Fix errors in Makefile.am.
Date: Tue, 18 Feb 2014 18:07:34 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Trailing backslash was missing in one place and superfluous in another;
possibly a merge went wrong.
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e404f3c..3d40b6a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -486,7 +486,7 @@ test_actuarial_table_SOURCES = \
   xml_lmi.cpp
 test_actuarial_table_CXXFLAGS = $(AM_CXXFLAGS)
 test_actuarial_table_LDADD = \
-  $(BOOST_LIBS)
+  $(BOOST_LIBS) \
   $(XMLWRAPP_LIBS)
 
 test_alert_SOURCES = \
@@ -890,7 +890,7 @@ test_regex_SOURCES = \
   timer.cpp
 test_regex_CXXFLAGS = $(AM_CXXFLAGS)
 test_regex_LDADD = \
-  $(BOOST_LIBS) \
+  $(BOOST_LIBS)
 
 test_round_SOURCES = \
   $(common_test_objects) \
-- 
1.8.5.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]