Makefile.am 889 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. cups.plugin \
  9. debugfs.plugin \
  10. diskspace.plugin \
  11. timex.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. proc.plugin \
  21. python.d.plugin \
  22. slabinfo.plugin \
  23. statsd.plugin \
  24. ebpf.plugin \
  25. tc.plugin \
  26. $(NULL)
  27. usercustompluginsconfigdir=$(configdir)/custom-plugins.d
  28. usergoconfigdir=$(configdir)/go.d
  29. # Explicitly install directories to avoid permission issues due to umask
  30. install-exec-local:
  31. $(INSTALL) -d $(DESTDIR)$(usercustompluginsconfigdir)
  32. $(INSTALL) -d $(DESTDIR)$(usergoconfigdir)
  33. dist_noinst_DATA = \
  34. README.md \
  35. $(NULL)