X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=CMakeLists.txt;h=19acbd5adb36837c86b43258f710c99081658072;hb=40dfa5899fbcb86dc9830a05e0a75e382a67bac1;hp=f4eb2872ff3bd047def6205bf1103143781714c7;hpb=1887a9aba01139d60fa1f5d313618e79ab268154;p=netdata.git diff --git a/CMakeLists.txt b/CMakeLists.txt index f4eb2872..19acbd5a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,7 @@ set(NETDATA_SOURCE_FILES 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/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 @@ -126,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})