From a7580a9738037bc4beacfe945b9f2eb0f446cff8 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 21 Feb 1997 18:22:50 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 7bee2973f..1b907db40 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +Fri Feb 21 18:00:38 1997 Marius Vollmer + + * 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 * list.h (scm_list_cdr_ref): Delete prototype; function no longer