build: Add SRFI-64 to the distribution.

* Makefile.am (MODULES): Add `srfi/srfi-64.scm' and
  `srfi/srfi-64.upstream.scm'.
This commit is contained in:
Ludovic Courtès 2012-08-14 18:28:04 +02:00
parent 2152e3c5b2
commit ed795c0608
1 changed files with 6 additions and 1 deletions

View File

@ -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