]> arthur.barton.de Git - netdata.git/blobdiff - CMakeLists.txt
add haproxy plugin to Makefiles
[netdata.git] / CMakeLists.txt
index 9c4aa760729de421d1a1887ff4a66ffbd94b8a9b..47faf76b869e5e1c14139a82a911d9d7f02878ee 100755 (executable)
@@ -14,6 +14,10 @@ set(NETDATA_SOURCE_FILES
         src/appconfig.h
         src/avl.c
         src/avl.h
+        src/backends.c
+        src/backends.h
+        src/clocks.c
+        src/clocks.h
         src/common.c
         src/common.h
         src/daemon.c
@@ -26,6 +30,8 @@ set(NETDATA_SOURCE_FILES
         src/global_statistics.h
         src/health.c
         src/health.h
+        src/ipc.c
+        src/ipc.h
         src/log.c
         src/log.h
         src/main.c
@@ -88,7 +94,14 @@ set(NETDATA_SOURCE_FILES
         src/web_client.h
         src/web_server.c
         src/web_server.h
-)
+        src/socket.c src/socket.h
+        src/registry_url.c
+        src/registry_url.h
+        src/registry_internals.h
+        src/registry_person.c
+        src/registry_person.h
+        src/registry_machine.c
+        src/registry_machine.h src/registry_internals.c src/registry_init.c src/registry_db.c src/registry_log.c)
 
 set(APPS_PLUGIN_SOURCE_FILES
         src/appconfig.c