Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / mountlist
blob11cf809ab26456dddeed93c6c73c68aaedf88d1d
1 Description:
2 Return list of mounted file systems.
4 Files:
5 lib/mountlist.h
6 lib/mountlist.c
7 m4/fstypename.m4
8 m4/mountlist.m4
10 Depends-on:
11 getline
12 stdbool
13 stdint
14 strstr-simple
15 xalloc
17 configure.ac:
18 gl_MOUNTLIST
19 if test $gl_cv_list_mounted_fs = yes; then
20   AC_LIBOBJ([mountlist])
21   gl_PREREQ_MOUNTLIST_EXTRA
24 Makefile.am:
26 Include:
27 "mountlist.h"
29 License:
30 GPL
32 Maintainer:
33 Jim Meyering