]> arthur.barton.de Git - netdata.git/blobdiff - CMakeLists.txt
add haproxy plugin to Makefiles
[netdata.git] / CMakeLists.txt
index eb56d2a0c9b69baca77a5c71f27c0beeac764d7d..47faf76b869e5e1c14139a82a911d9d7f02878ee 100755 (executable)
@@ -94,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/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