X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=CMakeLists.txt;h=19acbd5adb36837c86b43258f710c99081658072;hb=a3543dc756451fe498aa22f06ff9c7044aa02c94;hp=47faf76b869e5e1c14139a82a911d9d7f02878ee;hpb=ba97a9f4d4dd21b74af45e511470bcbbc60ad992;p=netdata.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 47faf76b..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/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})