summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-25 02:18:52 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-25 02:18:52 +0300
commit5f6dfc9ee8cd469c33e647a6f4957e97619faa67 (patch)
tree1942b203d9e3b33e60ac414b2aed441e6d630a43 /CMakeLists.txt
parent3682426fee5ef14a067c5ed2bf18bc514558efc3 (diff)
added option to enable/disable statsd; added statistical functions (some of which) are required by statsd metrics
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b2618b53e..679f332730 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@ set(NETDATA_SOURCE_FILES
src/web_client.h
src/web_server.c
src/web_server.h
- src/locks.h src/statsd.c src/statsd.h)
+ src/locks.h src/statsd.c src/statsd.h src/statistical.c src/statistical.h)
set(APPS_PLUGIN_SOURCE_FILES
src/appconfig.c