diff options
| author | Steve Dickson <steved@redhat.com> | 2009-08-05 16:17:38 -0400 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2009-08-16 16:53:41 -0400 |
| commit | 0cdb36e69a51eabc119de314e43d40daf6ee49ab (patch) | |
| tree | 256852f58417ad3969f5f6863dcfc693465899d4 /utils/mount/Makefile.am | |
| parent | 1d1f701656f86c54b07e7fd9481d1f45018cfddb (diff) | |
| download | nfs-utils-0cdb36e69a51eabc119de314e43d40daf6ee49ab.tar.gz nfs-utils-0cdb36e69a51eabc119de314e43d40daf6ee49ab.tar.xz nfs-utils-0cdb36e69a51eabc119de314e43d40daf6ee49ab.zip | |
Support routines used to read sections from the configuration file
and parse them into comma separated mount options.
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/mount/Makefile.am')
| -rw-r--r-- | utils/mount/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/mount/Makefile.am b/utils/mount/Makefile.am index 459fa45..a1b56ca 100644 --- a/utils/mount/Makefile.am +++ b/utils/mount/Makefile.am @@ -17,6 +17,10 @@ mount_nfs_SOURCES = mount.c error.c network.c fstab.c token.c \ parse_opt.h parse_dev.h \ nfs4_mount.h nfs_mount4.h stropts.h version.h +if MOUNT_CONFIG +mount_nfs_SOURCES += configfile.c +endif + mount_nfs_LDADD = ../../support/nfs/libnfs.a \ ../../support/export/libexport.a |
