diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index a1a526b9d..e16d5b2de 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -23,10 +23,10 @@ AUTOMAKE_OPTIONS = foreign # These should be installed and distributed. ice9_sources = \ - boot-9.scm calling.scm common-list.scm debug.scm emacs.scm \ - expect.scm getopt-gnu-style.scm hcons.scm lineio.scm ls.scm \ - mapping.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm \ - readline.scm regex.scm runq.scm session.scm slib.scm \ + and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm \ + emacs.scm expect.scm getopt-gnu-style.scm hcons.scm lineio.scm \ + ls.scm mapping.scm poe.scm psyntax.pp psyntax.ss q.scm \ + r4rs.scm readline.scm regex.scm runq.scm session.scm slib.scm \ string-fun.scm syncase.scm tags.scm threads.scm # These should be installed, but not distributed. diff --git a/ice-9/Makefile.in b/ice-9/Makefile.in index 88a65455c..e340e9dd1 100644 --- a/ice-9/Makefile.in +++ b/ice-9/Makefile.in @@ -92,10 +92,10 @@ AUTOMAKE_OPTIONS = foreign # These should be installed and distributed. ice9_sources = \ - boot-9.scm calling.scm common-list.scm debug.scm emacs.scm \ - expect.scm getopt-gnu-style.scm hcons.scm lineio.scm ls.scm \ - mapping.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm \ - readline.scm regex.scm runq.scm session.scm slib.scm \ + and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm \ + emacs.scm expect.scm getopt-gnu-style.scm hcons.scm lineio.scm \ + ls.scm mapping.scm poe.scm psyntax.pp psyntax.ss q.scm \ + r4rs.scm readline.scm regex.scm runq.scm session.scm slib.scm \ string-fun.scm syncase.scm tags.scm threads.scm # These should be installed, but not distributed. diff --git a/ice-9/and-let*.scm b/ice-9/and-let*.scm new file mode 100644 index 000000000..e69de29bb