]> arthur.barton.de Git - netdata.git/blobdiff - src/Makefile.am
added custom log format to web_log.conf #1792 #1793
[netdata.git] / src / Makefile.am
index 314f600fe2ea1539539997fcea38448e6f2e6ddf..bec3ef92d80db15b9264ce6481211bbe781de399 100644 (file)
@@ -30,6 +30,7 @@ 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 \
@@ -134,6 +135,17 @@ apps_plugin_SOURCES = \
        web_buffer.c web_buffer.h \
        $(NULL)
 
+if FREEBSD
+apps_plugin_SOURCES += \
+       plugin_freebsd.h \
+       $(NULL)
+endif
+
+apps_plugin_LDADD = \
+       $(OPTIONAL_MATH_LIBS) \
+       $(OPTIONAL_CAP_LIBS) \
+       $(NULL)
+
 install-data-hook:
        if [ `id -u` == 0 ]; then \
                chown root '$(DESTDIR)$(pluginsdir)/apps.plugin' && \