changeset 39893:070416c7e317

timevar: add to lib_SOURCES * modules/timevar (lib_SOURCES): Add timevar.c and timevar.def.
author Akim Demaille <akim.demaille@gmail.com>
date Sat, 06 Oct 2018 12:16:12 +0200
parents 6475c170e833
children 8c0769373a90
files ChangeLog modules/timevar
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <akim@lrde.epita.fr>
+
+	timevar: add to lib_SOURCES
+	* modules/timevar (lib_SOURCES): Add timevar.c and timevar.def.
+
 2018-10-07  Bruno Haible  <bruno@clisp.org>
 
 	dirent: Update documentation.
--- 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"