Install everything in $(LIBGTOP_BACKEND_DIR).

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

	* Makefile.am: Install everything in $(LIBGTOP_BACKEND_DIR).

	* libgtop-sysdeps.backend: New file.

	* backend-sysdeps.c (glibtop_backend_sysdeps): Renamed to
	`LibGTopBackendInfo'.
This commit is contained in:
Martin Baulig
2000-01-12 20:44:51 +00:00
committed by Martin Baulig
parent e2e5c3a1cc
commit c17f8f2421
4 changed files with 29 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ _close_sysdeps (glibtop *, glibtop_backend *);
extern glibtop_call_vector glibtop_backend_sysdeps_call_vector;
glibtop_backend_info glibtop_backend_sysdeps = {
glibtop_backend_info LibGTopBackendInfo = {
"glibtop-backend-sysdeps", _open_sysdeps, _close_sysdeps,
&glibtop_backend_sysdeps_call_vector
};