1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-18 18:40:22 +02:00

* Makefile.am: Added LIBS line to libpath which accidentally

disappeared in the change of 2000-06-01.
(Thanks to Dale	P. Smith.)
This commit is contained in:
Mikael Djurfeldt 2000-06-03 14:51:37 +00:00
parent 6784d5c00b
commit 30dda2579c

View file

@ -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