summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRémi Lefèvre <remi.lefevre@parrot.com>2016-12-06 12:02:29 +0100
committerRémi Lefèvre <remi.lefevre@parrot.com>2016-12-11 11:51:53 +0100
commitff9312b7b5708d1d1da6c58465e170bd0896556b (patch)
tree9fd42606927733482d2e6aacfe1e6656cd7edc08 /src/Makefile.am
parenta6d2de66a5d6d781dcc51a5e2bafa9c10f7765a1 (diff)
introduce new clocks API using `clock_gettime()`
Fallbacks are provided for systems that do not support clock_gettime(), CLOCK_MONOTONIC or CLOCK_BOOTTIME. Signed-off-by: Rémi Lefèvre <remi.lefevre@parrot.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 466c699354..f2ddef3d11 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,6 +30,7 @@ netdata_SOURCES = \
appconfig.c appconfig.h \
avl.c avl.h \
backends.c backends.h \
+ clocks.c clocks.h \
common.c common.h \
daemon.c daemon.h \
dictionary.c dictionary.h \
@@ -100,6 +101,7 @@ netdata_LDADD = \
apps_plugin_SOURCES = \
apps_plugin.c \
avl.c avl.h \
+ clocks.c clocks.h \
common.c common.h \
log.c log.h \
procfile.c procfile.h \