diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-03 14:51:37 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-03 14:51:37 +0000 |
commit | 30dda2579c13ddcc5797d07f7d0b4ab9c0d589bf (patch) | |
tree | 32ca5ed1e9d093027a8d4e686153fb1d5b151ab0 /libguile | |
parent | 6784d5c00b10ca057409e3ba8265632c24e22bd1 (diff) | |
download | guile-30dda2579c13ddcc5797d07f7d0b4ab9c0d589bf.tar.gz |
* Makefile.am: Added LIBS line to libpath which accidentally
disappeared in the change of 2000-06-01.
(Thanks to Dale P. Smith.)
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am index e1843525d..0d52269eb 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -156,6 +156,7 @@ libpath.h: $(srcdir)/Makefile.in $(top_builddir)/config.status >> libpath.tmp @echo ' { "guileversion", "@GUILE_VERSION@" }, \' >> libpath.tmp @echo ' { "libguileversion", "@LIBGUILE_VERSION@" }, \' >> libpath.tmp + @echo ' { "LIBS", "@GUILE_LIBS@" }, \' >> libpath.tmp @echo '}' >> libpath.tmp @mv libpath.tmp libpath.h |