]> 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 d8274d25523dfbe96ca614e239238c6df61ac55c..bec3ef92d80db15b9264ce6481211bbe781de399 100644 (file)
@@ -135,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' && \