X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=CMakeLists.txt;h=19acbd5adb36837c86b43258f710c99081658072;hb=b42fab1dffd41d693d614d5495097d875b528093;hp=eb56d2a0c9b69baca77a5c71f27c0beeac764d7d;hpb=57138feab40021a8e9578b42a8bf871f9f13ab17;p=netdata.git diff --git a/CMakeLists.txt b/CMakeLists.txt index eb56d2a0..19acbd5a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 src/proc_uptime.c src/sys_devices_system_edac_mc.c src/plugin_proc_diskspace.c src/plugin_proc_diskspace.h src/simple_pattern.c src/simple_pattern.h src/inlined.h src/adaptive_resortable_list.h src/adaptive_resortable_list.c) set(APPS_PLUGIN_SOURCE_FILES src/appconfig.c @@ -119,5 +126,5 @@ add_definitions(-DHAVE_CONFIG_H -DCACHE_DIR="/var/cache/netdata" -DCONFIG_DIR="/ add_executable(netdata ${NETDATA_SOURCE_FILES}) target_link_libraries (netdata m z uuid ${CMAKE_THREAD_LIBS_INIT}) -add_executable(apps.plugin ${APPS_PLUGIN_SOURCE_FILES}) +add_executable(apps.plugin ${APPS_PLUGIN_SOURCE_FILES} src/inlined.h) target_link_libraries (apps.plugin m ${CMAKE_THREAD_LIBS_INIT})