lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 40ebbb1: Fix linking when using autotools too


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master 40ebbb1: Fix linking when using autotools toolchain
Date: Sun, 10 May 2020 17:49:44 -0400 (EDT)

branch: master
commit 40ebbb1de1f38078821014569c3f7371b725fde9
Author: Vadim Zeitlin <address@hidden>
Commit: Vadim Zeitlin <address@hidden>

    Fix linking when using autotools toolchain
    
    Propagate the changes done to objects.make in 9c510ad08 (Measure elapsed
    time for MD5 data-file validation, 2020-03-28) to Makefile.am used in
    this toolchain too, as linking the executable using Authenticity class
    failed without them.
---
 Makefile.am | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index d27649c..6d127e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -474,6 +474,7 @@ lmi_md5sum_LDADD = \
     $(BOOST_LIBS) \
     libmain_auxiliary_common.la
 
+# MD5 !! Remove "timer.cpp" below.
 generate_passkey_SOURCES = \
     authenticity.cpp \
     calendar_date.cpp \
@@ -485,7 +486,8 @@ generate_passkey_SOURCES = \
     null_stream.cpp \
     path_utility.cpp \
     system_command.cpp \
-    system_command_non_wx.cpp
+    system_command_non_wx.cpp \
+    timer.cpp
 generate_passkey_CXXFLAGS = $(AM_CXXFLAGS)
 generate_passkey_LDADD = \
     $(BOOST_LIBS) \
@@ -609,6 +611,7 @@ test_assert_lmi_SOURCES = \
   assert_lmi_test.cpp
 test_assert_lmi_CXXFLAGS = $(AM_CXXFLAGS)
 
+# MD5 !! Remove "timer.cpp" below.
 test_authenticity_SOURCES = \
   $(common_test_objects) \
   authenticity.cpp \
@@ -621,7 +624,8 @@ test_authenticity_SOURCES = \
   null_stream.cpp \
   path_utility.cpp \
   system_command.cpp \
-  system_command_non_wx.cpp
+  system_command_non_wx.cpp \
+  timer.cpp
 test_authenticity_CXXFLAGS = $(AM_CXXFLAGS)
 test_authenticity_LDADD = \
   $(BOOST_LIBS)



reply via email to

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