Load the "glibtop-backend-kernel" before "glibtop-backend-command" and

2000-01-23  Martin Baulig  <martin@home-of-linux.org>

	* lib/sysdeps-init-kernel.c: Load the "glibtop-backend-kernel" before
	"glibtop-backend-command" and "glibtop-backend-sysdeps".

	* libgtop-sysdeps.m4: "kernel" is now a backend and no longer a
	sysdeps port; we compile the normal "linux" sysdeps dir when we
	have it.

	* backends/Makefile.am: Only compile `server' and `sysdeps'
	directories if appropriate.
This commit is contained in:
Martin Baulig
2000-01-22 23:58:55 +00:00
committed by Martin Baulig
parent 3455d025a2
commit 8a85be8f00
6 changed files with 61 additions and 17 deletions

View File

@@ -31,6 +31,8 @@ void
_glibtop_open_sysdeps (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags)
{
glibtop_open_backend_l (server, "glibtop-backend-kernel",
features, NULL);
glibtop_open_backend_l (server, "glibtop-backend-common",
features, NULL);
glibtop_open_backend_l (server, "glibtop-backend-sysdeps",