build: Add SRFI-64 to the distribution. * Makefile.am (MODULES): Add `srfi/srfi-64.scm' and `srfi/srfi-64.upstream.scm'.
1 files changed, 6 insertions(+), 1 deletions(-) M Makefile.am
M Makefile.am => Makefile.am +6 -1
@@ 59,7 59,12 @@ TESTS_ENVIRONMENT = \ LOG_COMPILER = \ $(GUILE) --no-auto-compile -L "$(top_srcdir)" -EXTRA_DIST = build-aux/config.rpath release.nix $(TESTS) +EXTRA_DIST = \ + srfi/srfi-64.scm \ + srfi/srfi-64.upstream.scm \ + build-aux/config.rpath \ + release.nix \ + $(TESTS) CLEANFILES = $(GOBJECTS) *.log