summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-08-06 03:52:03 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-08-06 03:52:03 +0300
commitf399edf7dffc296873c14fa0fca3f593674b291a (patch)
treea64b3df940676395d81e171d733461ef355cc542 /CMakeLists.txt
parent929fcc7b073a75c861a3d9025859bcfeffaa7875 (diff)
all required system headers in common.h; some progress on health variables
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 30ea5fbf41..e4bc52d46e 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,7 +82,7 @@ set(NETDATA_SOURCE_FILES
src/web_client.h
src/web_server.c
src/web_server.h
- config.h)
+ config.h src/health.h src/health.c)
set(APPS_PLUGIN_SOURCE_FILES
src/appconfig.c