Skip to content

Commit

Permalink
nfsd: include cld.h in the headers_install target
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Layton authored and J. Bruce Fields committed Apr 16, 2012
1 parent 9dc4e6c commit d22053c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/nfsd/Kbuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
header-y += cld.h
header-y += debug.h
header-y += export.h
header-y += nfsfh.h
Expand Down

0 comments on commit d22053c

Please sign in to comment.