summaryrefslogtreecommitdiff
path: root/sysdeps/solaris
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2003-10-21 21:21:28 +0000
committerBastien Nocera <hadess@src.gnome.org>2003-10-21 21:21:28 +0000
commit31133cc3dc92cb25f53b7bee28e5e12bd0be77aa (patch)
tree183a8ebf627fd25d7604c6aa43593b1541c8c61e /sysdeps/solaris
parent58b323cfab34a79a6b66ffc00b24af2a71e9d9c5 (diff)
downloadlibgtop-31133cc3dc92cb25f53b7bee28e5e12bd0be77aa.tar.gz
install only one library, libgtop-2.0 Fix build-time warnings due to the
2003-10-21 Bastien Nocera <hadess@hadess.net> * Makefile.am: * configure.in: * src/inodedb/.cvsignore: * sysdeps/names/Makefile.am: install only one library, libgtop-2.0 Fix build-time warnings due to the redefinition of guint64
Diffstat (limited to 'sysdeps/solaris')
-rw-r--r--sysdeps/solaris/ChangeLog5
-rw-r--r--sysdeps/solaris/Makefile.am3
2 files changed, 6 insertions, 2 deletions
diff --git a/sysdeps/solaris/ChangeLog b/sysdeps/solaris/ChangeLog
index 849be399..907f441b 100644
--- a/sysdeps/solaris/ChangeLog
+++ b/sysdeps/solaris/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-21 Bastien Nocera <hadess@hadess.net>
+
+ * Makefile.am: install only one library, libgtop-2.0
+ Fix build-time warnings due to the redefinition of guint64
+
2003-10-20 Bastien Nocera <hadess@hadess.net>
* shm_limits.c: (glibtop_get_shm_limits_p): Apply patch by
diff --git a/sysdeps/solaris/Makefile.am b/sysdeps/solaris/Makefile.am
index 1459140e..f65247fb 100644
--- a/sysdeps/solaris/Makefile.am
+++ b/sysdeps/solaris/Makefile.am
@@ -1,8 +1,7 @@
-LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
INCLUDES = @INCLUDES@
-lib_LTLIBRARIES = libgtop_sysdeps-2.0.la libgtop_sysdeps_suid-2.0.la
+noinst_LTLIBRARIES = libgtop_sysdeps-2.0.la libgtop_sysdeps_suid-2.0.la
libgtop_sysdeps_2_0_la_SOURCES = open.c close.c siglist.c cpu.c mem.c \
safeio.c swap.c uptime.c loadavg.c \