* Makefile.am (EXTRA_libguile_la_SOURCES): New variable to hold
authorMarius Vollmer <mvo@zagadka.de>
Fri, 21 Feb 1997 18:21:53 +0000 (18:21 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Fri, 21 Feb 1997 18:21:53 +0000 (18:21 +0000)
commit78bda5f34f4922db20553f0d16ef50c6b2bc57c9
tree92c882200533ec3dc899988dba2849369b6282e0
parentf6e372ed94a3faf3094996195afd645a9f40e0d6
* 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.
libguile/Makefile.am
libguile/Makefile.in