Add -p switch to "zpool get"
[zfs.git] / include / linux / Makefile.am
index 0ea6cfe..c2a7491 100644 (file)
@@ -3,7 +3,8 @@ COMMON_H =
 KERNEL_H = \
        $(top_srcdir)/include/linux/dcache_compat.h \
        $(top_srcdir)/include/linux/xattr_compat.h \
-       $(top_srcdir)/include/linux/vfs_compat.h
+       $(top_srcdir)/include/linux/vfs_compat.h \
+       $(top_srcdir)/include/linux/blkdev_compat.h
 
 USER_H =
 
@@ -15,6 +16,6 @@ libzfs_HEADERS = $(COMMON_H) $(USER_H)
 endif
 
 if CONFIG_KERNEL
-kerneldir = /usr/src/zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION)/linux
+kerneldir = /usr/src/zfs-$(VERSION)/include/linux
 kernel_HEADERS = $(COMMON_H) $(KERNEL_H)
 endif