Makefile.am 562 B

12345678910111213141516171819202122232425
  1. MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
  2. dist_noinst_DATA = \
  3. $(NULL)
  4. dist_noinst_SCRIPTS = \
  5. build.sh \
  6. makeself.sh \
  7. makeself-license.txt \
  8. setup-x86_64-static.sh \
  9. post-installer.sh \
  10. jobs/10-prepare-destination.install.sh \
  11. jobs/50-curl-7.53.1.install.sh \
  12. jobs/50-bash-4.4.install.sh \
  13. jobs/50-fping-4.0.install.sh \
  14. jobs/70-netdata-git.install.sh \
  15. jobs/99-makeself.install.sh \
  16. run-all-jobs.sh \
  17. install-or-update.sh \
  18. build-x86_64-static.sh \
  19. makeself-header.sh \
  20. makeself-help-header.txt \
  21. makeself.lsm \
  22. functions.sh \
  23. $(NULL)