summaryrefslogtreecommitdiffstats
path: root/utils/mount/Makefile.am
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2008-07-15 12:10:33 -0400
committerSteve Dickson <steved@redhat.com>2008-07-15 12:10:33 -0400
commitd5a09b59916d4ef24b15e34eac394149cb7a641a (patch)
tree72f510411b8a8d51d7d98b661d8f688fd078e279 /utils/mount/Makefile.am
parent4f101548ef4990979400b7095e199c30204b100a (diff)
downloadnfs-utils-d5a09b59916d4ef24b15e34eac394149cb7a641a.tar.gz
nfs-utils-d5a09b59916d4ef24b15e34eac394149cb7a641a.tar.xz
nfs-utils-d5a09b59916d4ef24b15e34eac394149cb7a641a.zip
Moved the kernel version-ing code into a new version.h
header file which allows the code to be shared Signed-off-by: Chuck Lever <chuck.lever@oracle.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 27a01de..5a94631 100644
--- a/utils/mount/Makefile.am
+++ b/utils/mount/Makefile.am
@@ -13,7 +13,7 @@ mount_nfs_SOURCES = mount.c error.c network.c fstab.c token.c parse_opt.c \
nfsmount.c nfs4mount.c stropts.c\
nfsumount.c \
mount_constants.h error.h network.h fstab.h token.h parse_opt.h \
- nfs4_mount.h nfs_mount4.h stropts.h
+ nfs4_mount.h nfs_mount4.h stropts.h version.h
mount_nfs_LDADD = ../../support/nfs/libnfs.a \
../../support/export/libexport.a