Makefile.am 916 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # SPDX-License-Identifier: GPL-3.0-or-later
  2. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
  3. SUBDIRS = \
  4. plugins.d \
  5. apps.plugin \
  6. cgroups.plugin \
  7. charts.d.plugin \
  8. checks.plugin \
  9. cups.plugin \
  10. diskspace.plugin \
  11. fping.plugin \
  12. ioping.plugin \
  13. freebsd.plugin \
  14. freeipmi.plugin \
  15. idlejitter.plugin \
  16. macos.plugin \
  17. nfacct.plugin \
  18. xenstat.plugin \
  19. perf.plugin \
  20. node.d.plugin \
  21. proc.plugin \
  22. python.d.plugin \
  23. slabinfo.plugin \
  24. statsd.plugin \
  25. ebpf_process.plugin \
  26. tc.plugin \
  27. $(NULL)
  28. usercustompluginsconfigdir=$(configdir)/custom-plugins.d
  29. usergoconfigdir=$(configdir)/go.d
  30. # Explicitly install directories to avoid permission issues due to umask
  31. install-exec-local:
  32. $(INSTALL) -d $(DESTDIR)$(usercustompluginsconfigdir)
  33. $(INSTALL) -d $(DESTDIR)$(usergoconfigdir)
  34. dist_noinst_DATA = \
  35. README.md \
  36. $(NULL)