]> arthur.barton.de Git - netdata.git/blobdiff - src/Makefile.am
apps.plugin now checks its capabilities where available
[netdata.git] / src / Makefile.am
index d8274d25523dfbe96ca614e239238c6df61ac55c..921b26e5e6e90fd49fac4e9a7f2a0031f48ff947 100644 (file)
@@ -135,6 +135,11 @@ apps_plugin_SOURCES = \
        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' && \