From 6b201a78e090be292f4ac546d49f29567e967967 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 19 Dec 1999 00:50:12 +0000 Subject: [PATCH] Put `-lgtop' after `-lgtop_common'. 1999-12-13 Martin Baulig * configure.in (LIBGTOP_LIBS): Put `-lgtop' after `-lgtop_common'. --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc5d310f..2486d3da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-12-13 Martin Baulig + + * configure.in (LIBGTOP_LIBS): Put `-lgtop' after `-lgtop_common'. + 1999-12-19 Martin Baulig * include/glibtop/errors.h: New file. We define `GLIBTOP_ERROR_*' diff --git a/configure.in b/configure.in index 3aa32216..99fdaef9 100644 --- a/configure.in +++ b/configure.in @@ -347,7 +347,7 @@ fi LIBGTOP_EXTRA_LIBS="$LIBGTOP_EXTRA_LIBS $GLIB_LIBS" -LIBGTOP_LIBS="$LIBGTOP_LIBS -lgtop -lgtop_sysdeps -lgtop_common" +LIBGTOP_LIBS="$LIBGTOP_LIBS -lgtop_sysdeps -lgtop_common -lgtop" LIBGTOP_NAMES_LIBS="$LIBGTOP_LIBS -lgtop_names"