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-common.backend: New file. * backend-common.c (glibtop_backend_common): Renamed to `LibGTopBackendInfo'.
This commit is contained in:
committed by
Martin Baulig
parent
b4122165eb
commit
12e32ffc24
@@ -1,3 +1,12 @@
|
|||||||
|
2000-01-12 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* Makefile.am: Install everything in $(LIBGTOP_BACKEND_DIR).
|
||||||
|
|
||||||
|
* libgtop-common.backend: New file.
|
||||||
|
|
||||||
|
* backend-common.c (glibtop_backend_common): Renamed to
|
||||||
|
`LibGTopBackendInfo'.
|
||||||
|
|
||||||
2000-01-12 Martin Baulig <martin@home-of-linux.org>
|
2000-01-12 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
Initial version of the "glibtop-backend-common" backend.
|
Initial version of the "glibtop-backend-common" backend.
|
||||||
|
@@ -2,10 +2,15 @@ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
|||||||
|
|
||||||
INCLUDES = @INCLUDES@
|
INCLUDES = @INCLUDES@
|
||||||
|
|
||||||
|
backenddir = @LIBGTOP_BACKEND_DIR@
|
||||||
|
|
||||||
|
backend_DATA = \
|
||||||
|
libgtop-common.backend
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
glibtop-backend-private.h
|
glibtop-backend-private.h
|
||||||
|
|
||||||
lib_LTLIBRARIES = \
|
backend_LTLIBRARIES = \
|
||||||
libgtop_backend_common.la
|
libgtop_backend_common.la
|
||||||
|
|
||||||
libgtop_backend_common_la_SOURCES = \
|
libgtop_backend_common_la_SOURCES = \
|
||||||
@@ -13,7 +18,7 @@ libgtop_backend_common_la_SOURCES = \
|
|||||||
marshal.c
|
marshal.c
|
||||||
|
|
||||||
libgtop_backend_common_la_LDFLAGS = \
|
libgtop_backend_common_la_LDFLAGS = \
|
||||||
$(LT_VERSION_INFO)
|
$(LT_VERSION_INFO) -export-dynamic
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
marshal.c
|
marshal.c
|
||||||
|
@@ -39,7 +39,7 @@ _close_common (glibtop *, glibtop_backend *);
|
|||||||
|
|
||||||
extern glibtop_call_vector glibtop_backend_common_call_vector;
|
extern glibtop_call_vector glibtop_backend_common_call_vector;
|
||||||
|
|
||||||
glibtop_backend_info glibtop_backend_common = {
|
glibtop_backend_info LibGTopBackendInfo = {
|
||||||
"glibtop-backend-common", _open_common, _close_common,
|
"glibtop-backend-common", _open_common, _close_common,
|
||||||
&glibtop_backend_common_call_vector
|
&glibtop_backend_common_call_vector
|
||||||
};
|
};
|
||||||
|
12
backends/common/libgtop-common.backend
Normal file
12
backends/common/libgtop-common.backend
Normal 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-common</libgtop:Name>
|
||||||
|
<libgtop:Location>
|
||||||
|
<libgtop:LibtoolName>libgtop_backend_common.la</libgtop:LibtoolName>
|
||||||
|
<libgtop:ShlibName>libgtop_backend_common.so</libgtop:ShlibName>
|
||||||
|
</libgtop:Location>
|
||||||
|
</libgtop:Backend>
|
||||||
|
|
||||||
|
</libgtop:Backends>
|
Reference in New Issue
Block a user