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:
committed by
Martin Baulig
parent
e2e5c3a1cc
commit
c17f8f2421
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user