1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 22:40:25 +02:00

Added syncase.scm, psyntax.pp, psyntax.ss

This commit is contained in:
Mikael Djurfeldt 1997-08-19 01:35:09 +00:00
parent ceb177a473
commit 868dc739fd
2 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = foreign
# These should be installed and distributed.
ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \
mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm \
session.scm
session.scm syncase.scm psyntax.pp psyntax.ss
# These should be installed, but not distributed.
ice9_generated = version.scm

View file

@ -65,7 +65,6 @@ GUILE_VERSION = @GUILE_VERSION@
LD = @LD@
LIBLOBJS = @LIBLOBJS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
PACKAGE = @PACKAGE@
@ -85,7 +84,7 @@ AUTOMAKE_OPTIONS = foreign
# These should be installed and distributed.
ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \
mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm \
session.scm
session.scm syncase.scm psyntax.pp psyntax.ss
# These should be installed, but not distributed.
ice9_generated = version.scm
@ -105,7 +104,7 @@ DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in version.scm.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = gtar
TAR = tar
GZIP = --best
default: all