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

@@ -1,3 +1,12 @@
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'.
2000-01-12 Martin Baulig <martin@home-of-linux.org> 2000-01-12 Martin Baulig <martin@home-of-linux.org>
* marshal.pl: Create the `_glibtop_init_hook_s' as well. * marshal.pl: Create the `_glibtop_init_hook_s' as well.

View File

@@ -2,10 +2,15 @@ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
INCLUDES = @INCLUDES@ INCLUDES = @INCLUDES@
backenddir = @LIBGTOP_BACKEND_DIR@
backend_DATA = \
libgtop-sysdeps.backend
noinst_HEADERS = \ noinst_HEADERS = \
glibtop-backend-private.h glibtop-backend-private.h
lib_LTLIBRARIES = \ backend_LTLIBRARIES = \
libgtop_backend_sysdeps.la libgtop_backend_sysdeps.la
libgtop_backend_sysdeps_la_SOURCES = \ libgtop_backend_sysdeps_la_SOURCES = \
@@ -13,7 +18,7 @@ libgtop_backend_sysdeps_la_SOURCES = \
marshal.c marshal.c
libgtop_backend_sysdeps_la_LDFLAGS = \ libgtop_backend_sysdeps_la_LDFLAGS = \
$(LT_VERSION_INFO) $(LT_VERSION_INFO) -export-dynamic
BUILT_SOURCES = \ BUILT_SOURCES = \
marshal.c marshal.c

View File

@@ -39,7 +39,7 @@ _close_sysdeps (glibtop *, glibtop_backend *);
extern glibtop_call_vector glibtop_backend_sysdeps_call_vector; 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", _open_sysdeps, _close_sysdeps,
&glibtop_backend_sysdeps_call_vector &glibtop_backend_sysdeps_call_vector
}; };

View File

@@ -0,0 +1,12 @@
<?xml version="1.0"?> <!-- -*-xml-*- -->
<libgtop:Backends xmlns:libgtop="http://www.home-of-linux.org/libgtop/1.1">
<libgtop:Backend>
<libgtop:Name>glibtop-backend-sysdeps</libgtop:Name>
<libgtop:Location>
<libgtop:LibtoolName>libgtop_backend_sysdeps.la</libgtop:LibtoolName>
<libgtop:ShlibName>libgtop_backend_sysdeps.so</libgtop:ShlibName>
</libgtop:Location>
</libgtop:Backend>
</libgtop:Backends>