mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
2152e3c5b2
commit
ed795c0608
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue