* Makefile.am: Add string-case.scm and format.scm to ice9_sources.
authorJim Blandy <jimb@red-bean.com>
Sun, 2 May 1999 17:26:49 +0000 (17:26 +0000)
committerJim Blandy <jimb@red-bean.com>
Sun, 2 May 1999 17:26:49 +0000 (17:26 +0000)
* Makefile.in: Regenerated.

ice-9/Makefile.am
ice-9/Makefile.in

index e20197b..cd14218 100644 (file)
@@ -24,11 +24,12 @@ AUTOMAKE_OPTIONS = foreign
 # These should be installed and distributed.
 ice9_sources = \
        and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm   \
-       emacs.scm expect.scm getopt-gnu-style.scm getopt-long.scm       \
-       hcons.scm lineio.scm ls.scm mapping.scm optargs.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
+       emacs.scm expect.scm format.scm getopt-gnu-style.scm            \
+       getopt-long.scm hcons.scm lineio.scm ls.scm mapping.scm         \
+       optargs.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm        \
+       readline.scm regex.scm runq.scm session.scm slib.scm            \
+       string-case.scm string-fun.scm syncase.scm tags.scm             \
+       threads.scm
 
 # These should be installed, but not distributed.
 ice9_generated = version.scm
index 4a95b2b..80ee398 100644 (file)
@@ -94,7 +94,7 @@ qtmds_s = @qtmds_s@
 AUTOMAKE_OPTIONS = foreign
 
 # These should be installed and distributed.
-ice9_sources =         and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm           emacs.scm expect.scm getopt-gnu-style.scm getopt-long.scm               hcons.scm lineio.scm ls.scm mapping.scm optargs.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
+ice9_sources =         and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm           emacs.scm expect.scm format.scm getopt-gnu-style.scm                    getopt-long.scm hcons.scm lineio.scm ls.scm mapping.scm                 optargs.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm                readline.scm regex.scm runq.scm session.scm slib.scm                    string-case.scm string-fun.scm syncase.scm tags.scm                     threads.scm
 
 
 # These should be installed, but not distributed.