summaryrefslogtreecommitdiffstats
path: root/utils/mount/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2011-04-06 11:36:40 -0400
committerSteve Dickson <steved@redhat.com>2011-04-06 12:40:20 -0400
commitc01e5ca6179b8f5b041605d9bbd75a0f76812d54 (patch)
tree9dff0f99f8e10ba556911828529f11a870005056 /utils/mount/Makefile.am
parentd6c1b35c6b40243bfd6fba2591c9f8f2653078c0 (diff)
downloadnfs-utils-c01e5ca6179b8f5b041605d9bbd75a0f76812d54.tar.gz
nfs-utils-c01e5ca6179b8f5b041605d9bbd75a0f76812d54.tar.xz
nfs-utils-c01e5ca6179b8f5b041605d9bbd75a0f76812d54.zip
mount: move generic functions to utils.c and network.c
Move generic code that could be shared between standard mount.nfs and libmount version to utils.c and network.c. CC: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/mount/Makefile.am')
-rw-r--r--utils/mount/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/Makefile.am b/utils/mount/Makefile.am
index 299384a..a9553dc 100644
--- a/utils/mount/Makefile.am
+++ b/utils/mount/Makefile.am
@@ -16,7 +16,7 @@ mount_nfs_SOURCES = mount.c error.c network.c fstab.c token.c \
mount_constants.h error.h network.h fstab.h token.h \
parse_opt.h parse_dev.h \
nfs4_mount.h nfs_mount4.h stropts.h version.h \
- mount_config.h
+ mount_config.h utils.c utils.h
if MOUNT_CONFIG
mount_nfs_SOURCES += configfile.c