From a308416f379baea9e61cdd333aba95e9e0f24570 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 21 Jun 2000 14:09:07 +0000 Subject: [PATCH] Use GETLOADAVG_LIBS. --- src/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 76f68dd4e31..1fd267dba09 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -518,6 +518,7 @@ INTERVAL_SRC = intervals.h composite.h #else #define GETLOADAVG_OBJ getloadavg.o #endif +GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ #ifdef MSDOS #ifdef HAVE_X_WINDOWS @@ -799,7 +800,8 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/menu-bar.elc ${dotdot}/lisp/mouse.elc \ 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. */ -- 2.39.2