Put -lgtop' after -lgtop_common'.
1999-12-13 Martin Baulig <martin@home-of-linux.org> * configure.in (LIBGTOP_LIBS): Put `-lgtop' after `-lgtop_common'.
This commit is contained in:
committed by
Martin Baulig
parent
d2d8d38db4
commit
6b201a78e0
@@ -1,3 +1,7 @@
|
||||
1999-12-13 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* configure.in (LIBGTOP_LIBS): Put `-lgtop' after `-lgtop_common'.
|
||||
|
||||
1999-12-19 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* include/glibtop/errors.h: New file. We define `GLIBTOP_ERROR_*'
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user