X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=CMakeLists.txt;h=19acbd5adb36837c86b43258f710c99081658072;hb=0a9f0c2c50ed0b0ac2a150771b81cc37de4f7398;hp=d58e66cbe0ee67dde922cb18f750fb6d4a0d8195;hpb=2846fa7390a6968a249be7d19600b97971671730;p=netdata.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d58e66cb..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/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})