bug-gnulib
[Top][All Lists]
Advanced

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

timevar: add to lib_SOURCES


From: Akim Demaille
Subject: timevar: add to lib_SOURCES
Date: Sat, 6 Oct 2018 12:32:40 +0200

I had not realized that Bison’s Makefile was still dealing with timevar
itself.

Will push this soon (seems simple enough) unless someone raises a hand.

commit ee90e8ea4fd0b27f953958555c672a457fa2a269
Author: Akim Demaille <address@hidden>
Date:   Sat Oct 6 12:16:12 2018 +0200

    timevar: add to lib_SOURCES
    
    * modules/timevar (lib_SOURCES): Add timevar.c and timevar.def.

diff --git a/ChangeLog b/ChangeLog
index e3688b6ea..9fef98201 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-06  Akim Demaille  <address@hidden>
+
+       timevar: add to lib_SOURCES
+       * modules/timevar (lib_SOURCES): Add timevar.c and timevar.def.
+
 2018-10-05  Bruno Haible  <address@hidden>
 
        strpbrk: Make it possible to namespace the defined symbol.
diff --git a/modules/timevar b/modules/timevar
index 05dac7609..f82b7e90a 100644
--- a/modules/timevar
+++ b/modules/timevar
@@ -17,6 +17,9 @@ xalloc
 configure.ac:
 gl_TIMEVAR
 
+Makefile.am:
+lib_SOURCES += timevar.c timevar.def
+
 Include:
 "timevar.h"
 




reply via email to

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