Makefile.am 189 B

12345678910111213
  1. macrodir = $(pkgdatadir)/examples/macros.d
  2. macro_DATA = \
  3. macro.0.sh \
  4. macro.1.sh \
  5. macro.3.sh \
  6. macro.4.sh \
  7. macro.5.sh \
  8. macro.6.sh \
  9. macro.7.sh
  10. EXTRA_DIST = \
  11. $(macro_DATA)