summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSuraj Neupane <suraj@netdata.cloud>2022-03-24 12:58:11 +0200
committerGitHub <noreply@github.com>2022-03-24 12:58:11 +0200
commit06300b1e42ca623e3b54f6dffeddb2506e3a0213 (patch)
treeb453463ce6fd9f580821030f559510d4938dc296 /Makefile.am
parent57d6c179c82a21faba20ff0d2995eee31d071935 (diff)
timex: this plugin enables timex plugin for non-linux systems (#12489)
* timex: this plugin enables timex plugin for non-linux system * refactoring and fixing PR comments * move OS specific macros to libnetdata * Update README.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 808b7015d5..87cc910d7b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -864,6 +864,7 @@ NETDATA_FILES = \
$(ACLK_COMMON_FILES) \
$(ACLK_FILES) \
$(SPAWN_PLUGIN_FILES) \
+ $(TIMEX_PLUGIN_FILES) \
$(NULL)
if FREEBSD
@@ -885,7 +886,6 @@ if LINUX
daemon/static_threads_linux.c \
$(CGROUPS_PLUGIN_FILES) \
$(DISKSPACE_PLUGIN_FILES) \
- $(TIMEX_PLUGIN_FILES) \
$(PROC_PLUGIN_FILES) \
$(TC_PLUGIN_FILES) \
$(NULL)