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 <[email protected]>
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  <[email protected]>
+
+       timevar: add to lib_SOURCES
+       * modules/timevar (lib_SOURCES): Add timevar.c and timevar.def.
+
 2018-10-05  Bruno Haible  <[email protected]>
 
        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