1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

* Makefile.am: Fixed "srf-14.x" typo.

This commit is contained in:
Neil Jerram 2001-04-24 22:15:58 +00:00
parent b516a720b9
commit 30f3282076
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-04-24 Neil Jerram <neil@ossau.uklinux.net>
* Makefile.am: Fixed "srf-14.x" typo.
2001-04-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* guile-srfi.texi: Removed, because merged with the GRM.

View file

@ -34,7 +34,7 @@ INCLUDES = -I.. -I$(srcdir)/..
lib_LTLIBRARIES = libguile-srfi-srfi-13-14.la
BUILT_SOURCES = srfi-13.x srfi-14.x
libguile_srfi_srfi_13_14_la_SOURCES = srfi-13.x srfi-13.c srf-14.x srfi-14.c
libguile_srfi_srfi_13_14_la_SOURCES = srfi-13.x srfi-13.c srfi-14.x srfi-14.c
libguile_srfi_srfi_13_14_la_LDFLAGS = -version-info 0:0 -export-dynamic
srfidir = $(datadir)/guile/$(VERSION)/srfi