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"