From 059e888268fa75d8994cf7df6883ceaa033b739e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 29 Oct 1996 03:48:41 +0000 Subject: [PATCH] * Makefile.in (scm_files): Add r4rs.scm and test.scm to this list, so they'll get distributed. --- ice-9/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ice-9/Makefile.in b/ice-9/Makefile.in index 3d19e3b00..0802d14fd 100644 --- a/ice-9/Makefile.in +++ b/ice-9/Makefile.in @@ -36,6 +36,7 @@ INSTALL_DATA = $(INSTALL) -m 644 scm_files = \ boot-9.scm \ + r4rs.scm \ debug.scm \ expect.scm \ hcons.scm \ @@ -44,7 +45,8 @@ scm_files = \ poe.scm \ slib.scm \ tags.scm \ - threads.scm + threads.scm \ + test.scm aux_files = \ .cvsignore \