Makefile.am 228 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-3.0-or-later
  2. AUTOMAKE_OPTIONS = subdir-objects
  3. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
  4. SUBDIRS = \
  5. shell \
  6. prometheus \
  7. $(NULL)
  8. dist_noinst_DATA = \
  9. README.md \
  10. $(NULL)