summaryrefslogtreecommitdiff
path: root/sysdeps/common
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2007-10-15 17:52:34 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-10-15 17:52:34 +0000
commit9b072525a601bcc17fcd66d97a617c6ae7954858 (patch)
tree66b766b9b25f03c7dd7fb946482ba0bbe83bcf57 /sysdeps/common
parente2e0e3a555bc59280b4faf25cc8f76cb0a68fd0b (diff)
downloadlibgtop-9b072525a601bcc17fcd66d97a617c6ae7954858.tar.gz
Implemented a linux-only mountlist.
Smarter ignore list based on /proc/filesystems. svn path=/trunk/; revision=2678
Diffstat (limited to 'sysdeps/common')
-rw-r--r--sysdeps/common/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysdeps/common/Makefile.am b/sysdeps/common/Makefile.am
index 447e6d38..13e6e2c0 100644
--- a/sysdeps/common/Makefile.am
+++ b/sysdeps/common/Makefile.am
@@ -5,10 +5,14 @@ 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 \
- mountlist.c \
procargs.c \
default.c
+if !LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST
+ libgtop_common_2_0_la_SOURCES += mountlist.c
+endif
+
+
# libgtop_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
libgtop_common_2_0_la_LIBADD = $(LIBGTOP_EXTRA_LIBS)