diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-08-14 18:28:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-08-14 18:28:04 +0200 |
commit | ed795c060858f3949bf5ad321008626f5e7f195a (patch) | |
tree | 0fbcf11b40ade6a987c66df5c10453a2593818a7 /Makefile.am | |
parent | 2152e3c5b217753f291d230c261147def1c0ad01 (diff) | |
download | guix-ed795c060858f3949bf5ad321008626f5e7f195a.tar.gz |
build: Add SRFI-64 to the distribution.
* Makefile.am (MODULES): Add `srfi/srfi-64.scm' and `srfi/srfi-64.upstream.scm'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
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 |