# HG changeset patch # User Akim Demaille # Date 1538820972 -7200 # Node ID 070416c7e31763268d979a72969bbab644a2559e # Parent 6475c170e833867b74766bf4b5c889a1b72b2aa0 timevar: add to lib_SOURCES * modules/timevar (lib_SOURCES): Add timevar.c and timevar.def. diff -r 6475c170e833 -r 070416c7e317 ChangeLog --- a/ChangeLog Sun Oct 07 11:04:50 2018 +0200 +++ b/ChangeLog Sat Oct 06 12:16:12 2018 +0200 @@ -1,3 +1,8 @@ +2018-10-07 Akim Demaille + + timevar: add to lib_SOURCES + * modules/timevar (lib_SOURCES): Add timevar.c and timevar.def. + 2018-10-07 Bruno Haible dirent: Update documentation. diff -r 6475c170e833 -r 070416c7e317 modules/timevar --- a/modules/timevar Sun Oct 07 11:04:50 2018 +0200 +++ b/modules/timevar Sat Oct 06 12:16:12 2018 +0200 @@ -17,6 +17,9 @@ configure.ac: gl_TIMEVAR +Makefile.am: +lib_SOURCES += timevar.c timevar.def + Include: "timevar.h"