summaryrefslogtreecommitdiff
path: root/sysdeps/common
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2007-10-17 20:53:53 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-10-17 20:53:53 +0000
commit8674e92349e2810e7120c3b83611c3658ad325b3 (patch)
tree9382dd7abd1e155877fa771cdae30c22dfa107b8 /sysdeps/common
parentf5bbc36a915036f5ee8738eb71162cb467fa5f2f (diff)
downloadlibgtop-8674e92349e2810e7120c3b83611c3658ad325b3.tar.gz
Implemented a linux-only fsusage sysdeps.
svn path=/trunk/; revision=2683
Diffstat (limited to 'sysdeps/common')
-rw-r--r--sysdeps/common/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/common/Makefile.am b/sysdeps/common/Makefile.am
index 13e6e2c0..43cb9e3c 100644
--- a/sysdeps/common/Makefile.am
+++ b/sysdeps/common/Makefile.am
@@ -4,7 +4,6 @@ INCLUDES = @INCLUDES@
noinst_LTLIBRARIES = libgtop_common-2.0.la libgtop_suid_common-2.0.la
libgtop_common_2_0_la_SOURCES = error.c gnuslib.c \
- fsusage.c \
procargs.c \
default.c
@@ -12,6 +11,10 @@ if !LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST
libgtop_common_2_0_la_SOURCES += mountlist.c
endif
+if !LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE
+ libgtop_common_2_0_la_SOURCES += fsusage.c
+endif
+
# libgtop_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
libgtop_common_2_0_la_LIBADD = $(LIBGTOP_EXTRA_LIBS)