From 630fc86ee339aa400f58fe80cbc5a1926eb3ef39 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Sun, 1 Aug 2010 09:35:58 +0200 Subject: util: ms command to calculate length of operations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This can be used to calculate approximate RTCK frequency for instance. Signed-off-by: Øyvind Harboe --- src/helper/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/helper/Makefile.am') diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 27ae1e20..cca5ac35 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -22,7 +22,8 @@ libhelper_la_SOURCES = \ command.c \ time_support.c \ replacements.c \ - fileio.c + fileio.c \ + util.c if IOUTIL libhelper_la_SOURCES += ioutil.c @@ -40,6 +41,7 @@ noinst_HEADERS = \ binarybuffer.h \ configuration.h \ ioutil.h \ + util.h \ types.h \ log.h \ command.h \ -- cgit v1.2.3