changeset 29832:588de129813a

Use GETLOADAVG_LIBS.
author Dave Love <fx@gnu.org>
date Wed, 21 Jun 2000 14:09:07 +0000
parents 1f33a1633537
children 3987b8b9f055
files src/Makefile.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Jun 21 14:08:44 2000 +0000
+++ b/src/Makefile.in	Wed Jun 21 14:09:07 2000 +0000
@@ -518,6 +518,7 @@
 #else
 #define GETLOADAVG_OBJ getloadavg.o
 #endif
+GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
 
 #ifdef MSDOS
 #ifdef HAVE_X_WINDOWS
@@ -799,7 +800,8 @@
    duplicated symbols.  If the standard libraries were compiled
    with GCC, we might need gnulib again after them.  */
 LIBES = $(LOADLIBES) $(LIBS) $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
-   LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR)
+   LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \
+   $(GNULIB_VAR)
 
 /* Enable recompilation of certain other files depending on system type.  */