lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d6bd802: Link exception unwinder (automake)


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d6bd802: Link exception unwinder (automake)
Date: Sun, 18 Jul 2021 12:33:36 -0400 (EDT)

branch: master
commit d6bd8029e1b87ab11335e0df48f3265702525bff
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Link exception unwinder (automake)
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2021-07/msg00012.html
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index de4c393..cc24612 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -399,7 +399,8 @@ libmain_auxiliary_common_la_SOURCES = \
     fenv_lmi.cpp \
     main_common.cpp \
     main_common_non_wx.cpp \
-    sigfpe.cpp
+    sigfpe.cpp \
+    unwind.cpp
 
 # Note: apparently useless setting of target_CXXFLAGS to its default value of
 # AM_CXXFLAGS is required for its side effect, as doing this forces automake to



reply via email to

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