lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 557bc92: Rename round_glibc.cpp to round_glib


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master 557bc92: Rename round_glibc.cpp to round_glibc.c in automake Makefile too
Date: Fri, 2 Nov 2018 11:10:19 -0400 (EDT)

branch: master
commit 557bc925d1448ce61bab50c4f09b8576d335ce14
Author: Vadim Zeitlin <address@hidden>
Commit: Vadim Zeitlin <address@hidden>

    Rename round_glibc.cpp to round_glibc.c in automake Makefile too
    
    This follows the changes of d0ece2a38dda00f06ce7067d5a05d174e6905500
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6f6a7ee..5130f30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -359,7 +359,7 @@ liblmi_common_sources = \
     pdf_command.cpp \
     premium_tax.cpp \
     progress_meter.cpp \
-    round_glibc.cpp \
+    round_glibc.c \
     sigfpe.cpp \
     single_cell_document.cpp \
     system_command.cpp \
@@ -1037,7 +1037,7 @@ test_report_table_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_round_SOURCES = \
   $(common_test_objects) \
-  round_glibc.cpp \
+  round_glibc.c \
   round_test.cpp
 test_round_CXXFLAGS = $(AM_CXXFLAGS)
 



reply via email to

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