diff options
author | Jeff Layton <jlayton@redhat.com> | 2012-04-16 12:07:02 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-04-16 15:19:12 -0400 |
commit | d22053cdbd914a6c97ea101adf411a8fd7e282ad (patch) | |
tree | a4d1f1e7b431169c8d06ad55a9ad5cf9ae4d5d11 /include/linux | |
parent | 9dc4e6c4d1182d34604ea40fef641775f5b15456 (diff) |
nfsd: include cld.h in the headers_install target
The cld.h file contains the definition of the upcall format to talk
with nfsdcld. When I added the file though, I neglected to add it
to the headers-y target, so make headers_install wasn't installing it.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/nfsd/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfsd/Kbuild b/include/linux/nfsd/Kbuild index b8d4001212b..5b7d84ac954 100644 --- a/include/linux/nfsd/Kbuild +++ b/include/linux/nfsd/Kbuild @@ -1,3 +1,4 @@ +header-y += cld.h header-y += debug.h header-y += export.h header-y += nfsfh.h |