summaryrefslogtreecommitdiff
path: root/sysdeps/solaris
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-02-15 23:46:58 +0000
committerMartin Baulig <martin@src.gnome.org>2000-02-15 23:46:58 +0000
commit1f6916b5d08bc21bed631a9a5075706db938fc5f (patch)
tree3abf1c5b345eadb88fafe0aa06ed9ac8354fb589 /sysdeps/solaris
parent36c36b9afb11ab83df3e9d001b07f54edf1df592 (diff)
downloadlibgtop-1f6916b5d08bc21bed631a9a5075706db938fc5f.tar.gz
Install libraries in $(backenddir).
2000-02-16 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Install libraries in $(backenddir).
Diffstat (limited to 'sysdeps/solaris')
-rw-r--r--sysdeps/solaris/ChangeLog4
-rw-r--r--sysdeps/solaris/Makefile.am6
2 files changed, 9 insertions, 1 deletions
diff --git a/sysdeps/solaris/ChangeLog b/sysdeps/solaris/ChangeLog
index cb04e838..aaf574db 100644
--- a/sysdeps/solaris/ChangeLog
+++ b/sysdeps/solaris/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-16 Martin Baulig <martin@home-of-linux.org>
+
+ * Makefile.am: Install libraries in $(backenddir).
+
1999-12-25 Martin Baulig <martin@home-of-linux.org>
* safeio.h: Removed. This is now included in <glibtop_private.h>.
diff --git a/sysdeps/solaris/Makefile.am b/sysdeps/solaris/Makefile.am
index b87d1e67..96416bee 100644
--- a/sysdeps/solaris/Makefile.am
+++ b/sysdeps/solaris/Makefile.am
@@ -2,7 +2,11 @@ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
INCLUDES = @INCLUDES@
-lib_LTLIBRARIES = libgtop_sysdeps.la libgtop_sysdeps_suid.la
+backenddir = @LIBGTOP_BACKEND_DIR@
+
+backend_LTLIBRARIES = libgtop_sysdeps.la
+
+backend_LTLIBRARIES = libgtop_sysdeps.la libgtop_sysdeps_suid.la
libgtop_sysdeps_la_SOURCES = open.c close.c cpu.c mem.c \
safeio.c swap.c uptime.c loadavg.c \