Implemented a linux-only mountlist.

Smarter ignore list based on /proc/filesystems.

svn path=/trunk/; revision=2678
This commit is contained in:
Benoît Dejean
2007-10-15 17:52:34 +00:00
parent e2e0e3a555
commit 9b072525a6
4 changed files with 122 additions and 575 deletions

View File

@@ -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)