Apply patch for BSD support from Landry Breuil
(Old svn revision: 5178)
This commit is contained in:
@@ -18,10 +18,15 @@ xfce4_taskmanager_SOURCES = \
|
||||
functions.h \
|
||||
interface.c \
|
||||
interface.h \
|
||||
xfce-taskmanager-linux.c \
|
||||
xfce-taskmanager-linux.h \
|
||||
taskmanager.h \
|
||||
types.h
|
||||
|
||||
if OS_BSD_FAMILY
|
||||
xfce4_taskmanager_SOURCES += taskmanager-bsd.c
|
||||
else
|
||||
xfce4_taskmanager_SOURCES += taskmanager-linux.c
|
||||
endif
|
||||
|
||||
xfce4_taskmanager_CFLAGS = \
|
||||
$(LIBXFCEGUI4_CFLAGS) \
|
||||
$(LIBXFCE4UTIL_CFLAGS) \
|
||||
|
||||
Reference in New Issue
Block a user