]> arthur.barton.de Git - netdata.git/blobdiff - src/Makefile.am
report running uid and euid when not running properly
[netdata.git] / src / Makefile.am
index e1f87b5e4dfbc65a8f32281803cb479f6c276251..921b26e5e6e90fd49fac4e9a7f2a0031f48ff947 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 \
@@ -76,7 +90,9 @@ netdata_SOURCES += \
        $(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 \
@@ -95,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
@@ -113,11 +129,17 @@ 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 \
        $(NULL)
 
+apps_plugin_LDADD = \
+       $(OPTIONAL_MATH_LIBS) \
+       $(OPTIONAL_CAP_LIBS) \
+       $(NULL)
+
 install-data-hook:
        if [ `id -u` == 0 ]; then \
                chown root '$(DESTDIR)$(pluginsdir)/apps.plugin' && \