* Makefile.in (scm_files): Add r4rs.scm and test.scm to this list,
authorJim Blandy <jimb@red-bean.com>
Tue, 29 Oct 1996 03:48:41 +0000 (03:48 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 29 Oct 1996 03:48:41 +0000 (03:48 +0000)
so they'll get distributed.

ice-9/Makefile.in

index 3d19e3b..0802d14 100644 (file)
@@ -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 \