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 \