1KERNEL_H = \
2	xdr.h
3
4if CONFIG_KERNEL
5kerneldir = @prefix@/src/zfs-$(VERSION)/include/spl/rpc
6kernel_HEADERS = $(KERNEL_H)
7endif
8