Update Solaris patch from Peter Tribble

Check for the lib kstat in the autoconf script.
Build with the correct file for Solaris in the automake script.
Fixed the xfce_err messages and switched to g_snprintf for the command strings.
Updated the TODO file.
This commit is contained in:
Mike Massonnet
2009-09-08 16:39:30 +02:00
parent 9e43755ce3
commit e05fff219f
8 changed files with 84 additions and 20 deletions

View File

@@ -1,5 +1,3 @@
# $Id$
INCLUDES = \
-I$(top_srcdir)/include \
-DG_LOG_DOMAIN=\"xfce4-taskmanager\" \
@@ -25,7 +23,7 @@ if OS_BSD_FAMILY
xfce4_taskmanager_SOURCES += taskmanager-bsd.c
endif
if OS_SOLARIS
xfce4_taskmanager_SOURCES += taskmanager-linux.c
xfce4_taskmanager_SOURCES += taskmanager-solaris.c
endif
if OS_LINUX
xfce4_taskmanager_SOURCES += taskmanager-linux.c