mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-10 15:50:50 +02:00
* Makefile.am (ice9_sources): Added receive.scm, srfi-8.scm.
This commit is contained in:
parent
44484f52b3
commit
528d8ce991
1 changed files with 8 additions and 7 deletions
|
@ -22,13 +22,14 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
# These should be installed and distributed.
|
||||
ice9_sources = \
|
||||
and-let*.scm arrays.scm boot-9.scm calling.scm common-list.scm \
|
||||
debug.scm debugger.scm documentation.scm emacs.scm expect.scm \
|
||||
format.scm getopt-long.scm hcons.scm lineio.scm ls.scm \
|
||||
mapping.scm networking.scm null.scm optargs.scm poe.scm popen.scm \
|
||||
posix.scm psyntax.pp psyntax.ss q.scm r4rs.scm r5rs.scm \
|
||||
regex.scm runq.scm safe-r5rs.scm safe.scm session.scm slib.scm \
|
||||
ice9_sources = \
|
||||
and-let*.scm arrays.scm boot-9.scm calling.scm common-list.scm \
|
||||
debug.scm debugger.scm documentation.scm emacs.scm expect.scm \
|
||||
format.scm getopt-long.scm hcons.scm lineio.scm ls.scm \
|
||||
mapping.scm networking.scm null.scm optargs.scm poe.scm popen.scm \
|
||||
posix.scm psyntax.pp psyntax.ss q.scm r4rs.scm r5rs.scm \
|
||||
receive.scm srfi-8.scm \
|
||||
regex.scm runq.scm safe-r5rs.scm safe.scm session.scm slib.scm \
|
||||
streams.scm string-fun.scm syncase.scm tags.scm threads.scm
|
||||
|
||||
subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue