Install everything except the server binary in $(LIBGTOP_BACKEND_DIR).
2000-01-12 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Install everything except the server binary in $(LIBGTOP_BACKEND_DIR). * libgtop-server.backend: New file. * backend-server.c (glibtop_backend_server): Renamed to `LibGTopBackendInfo'.
This commit is contained in:
committed by
Martin Baulig
parent
c17f8f2421
commit
b4122165eb
@@ -38,7 +38,7 @@ _close_server (glibtop *, glibtop_backend *);
|
||||
|
||||
extern glibtop_call_vector glibtop_backend_server_call_vector;
|
||||
|
||||
glibtop_backend_info glibtop_backend_server = {
|
||||
glibtop_backend_info LibGTopBackendInfo = {
|
||||
"glibtop-backend-server", _open_server, _close_server,
|
||||
&glibtop_backend_server_call_vector
|
||||
};
|
||||
|
Reference in New Issue
Block a user