From ed795c060858f3949bf5ad321008626f5e7f195a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 14 Aug 2012 18:28:04 +0200 Subject: [PATCH] build: Add SRFI-64 to the distribution. * Makefile.am (MODULES): Add `srfi/srfi-64.scm' and `srfi/srfi-64.upstream.scm'. --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e0c177cabd..f83c8eb1f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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