]> arthur.barton.de Git - netdata.git/blobdiff - src/Makefile.am
fix apps.plugin values on 32bit machines
[netdata.git] / src / Makefile.am
index 8df6b61fcfb3e05956ef025bba460d1edcf522ff..d8274d25523dfbe96ca614e239238c6df61ac55c 100644 (file)
@@ -24,10 +24,13 @@ dist_cache_DATA = .keep
 dist_varlib_DATA = .keep
 dist_registry_DATA = .keep
 dist_log_DATA = .keep
+if !MACOS
 plugins_PROGRAMS = apps.plugin
+endif
 
 netdata_SOURCES = \
        appconfig.c appconfig.h \
+       adaptive_resortable_list.c adaptive_resortable_list.h \
        avl.c avl.h \
        backends.c backends.h \
        clocks.c clocks.h \
@@ -37,6 +40,7 @@ netdata_SOURCES = \
        eval.c eval.h \
        global_statistics.c global_statistics.h \
        health.c health.h \
+       inlined.h \
        log.c log.h \
        main.c main.h \
        plugin_checks.c plugin_checks.h \
@@ -46,10 +50,20 @@ netdata_SOURCES = \
        plugins_d.c plugins_d.h \
        popen.c popen.h \
        socket.c socket.h \
+       simple_pattern.c simple_pattern.h \
        sys_fs_cgroup.c \
+       sys_devices_system_edac_mc.c \
+       sys_devices_system_node.c \
        procfile.c procfile.h \
        proc_self_mountinfo.c proc_self_mountinfo.h \
        registry.c registry.h \
+       registry_internals.c registry_internals.h \
+       registry_url.c registry_url.h \
+       registry_person.c registry_person.h \
+       registry_machine.c registry_machine.h \
+       registry_init.c \
+       registry_db.c \
+       registry_log.c \
        rrd.c rrd.h \
        rrd2json.c rrd2json.h \
        storage_number.c storage_number.h \
@@ -72,10 +86,13 @@ netdata_SOURCES += \
        plugin_macos.c plugin_macos.h \
        macos_sysctl.c \
        macos_mach_smi.c \
+       macos_fw.c \
        $(NULL)
 else
 netdata_SOURCES += \
+       ipc.c ipc.h \
        plugin_proc.c plugin_proc.h \
+       plugin_proc_diskspace.c plugin_proc_diskspace.h \
        proc_diskstats.c \
        proc_interrupts.c \
        proc_softirqs.c \
@@ -94,7 +111,7 @@ netdata_SOURCES += \
        proc_stat.c \
        proc_sys_kernel_random_entropy_avail.c \
        proc_vmstat.c \
-       ipc.c ipc.h \
+       proc_uptime.c \
        sys_kernel_mm_ksm.c \
        $(NULL)
 endif
@@ -112,6 +129,7 @@ apps_plugin_SOURCES = \
        avl.c avl.h \
        clocks.c clocks.h \
        common.c common.h \
+       inlined.h \
        log.c log.h \
        procfile.c procfile.h \
        web_buffer.c web_buffer.h \