Makefile.am 366 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-3.0-or-later
  2. AUTOMAKE_OPTIONS = subdir-objects
  3. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
  4. CLEANFILES = \
  5. tc-qos-helper.sh \
  6. $(NULL)
  7. include $(top_srcdir)/build/subst.inc
  8. SUFFIXES = .in
  9. dist_plugins_SCRIPTS = \
  10. tc-qos-helper.sh \
  11. $(NULL)
  12. dist_noinst_DATA = \
  13. tc-qos-helper.sh.in \
  14. README.md \
  15. $(NULL)