* Makefile.am: Added LIBS line to libpath which accidentally
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 3 Jun 2000 14:51:37 +0000 (14:51 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 3 Jun 2000 14:51:37 +0000 (14:51 +0000)
disappeared in the change of 2000-06-01.
(Thanks to Dale P. Smith.)

libguile/Makefile.am

index e184352..0d52269 100644 (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