Makefile.am 918 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. 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. systemd-journal.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)