1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-03 08:10:31 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 1997-02-21 18:22:50 +00:00
parent 78bda5f34f
commit a7580a9738

View file

@ -1,3 +1,14 @@
Fri Feb 21 18:00:38 1997 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (EXTRA_libguile_la_SOURCES): New variable to hold
source files that are not always included in libguile but should
have their dependencies calculated by automake. This variable is
recognized by automake, no further magic is needed.
(libguile_la_DEPENDENCIES): Changed to @LIBLOBJS@. Libtool wants
to deal exclusively with *.lo files, as it seems. The *.o files
are built automatically when the corresponding *.lo file gets
built.
Wed Feb 19 14:04:23 1997 Jim Blandy <jimb@floss.cyclic.com>
* list.h (scm_list_cdr_ref): Delete prototype; function no longer