Add -p switch to "zpool get"
[zfs.git] / include / sys / Makefile.am
index 59e1371..2245ff4 100644 (file)
@@ -6,6 +6,7 @@ COMMON_H = \
        $(top_srcdir)/include/sys/avl_impl.h \
        $(top_srcdir)/include/sys/bplist.h \
        $(top_srcdir)/include/sys/bpobj.h \
+       $(top_srcdir)/include/sys/bptree.h \
        $(top_srcdir)/include/sys/dbuf.h \
        $(top_srcdir)/include/sys/ddt.h \
        $(top_srcdir)/include/sys/dmu.h \
@@ -42,15 +43,18 @@ COMMON_H = \
        $(top_srcdir)/include/sys/u8_textprep.h \
        $(top_srcdir)/include/sys/uberblock.h \
        $(top_srcdir)/include/sys/uberblock_impl.h \
+       $(top_srcdir)/include/sys/uio_impl.h \
        $(top_srcdir)/include/sys/unique.h \
        $(top_srcdir)/include/sys/uuid.h \
        $(top_srcdir)/include/sys/vdev_disk.h \
        $(top_srcdir)/include/sys/vdev_file.h \
        $(top_srcdir)/include/sys/vdev.h \
        $(top_srcdir)/include/sys/vdev_impl.h \
+       $(top_srcdir)/include/sys/xvattr.h \
        $(top_srcdir)/include/sys/zap.h \
        $(top_srcdir)/include/sys/zap_impl.h \
        $(top_srcdir)/include/sys/zap_leaf.h \
+       $(top_srcdir)/include/sys/zfeature.h \
        $(top_srcdir)/include/sys/zfs_acl.h \
        $(top_srcdir)/include/sys/zfs_context.h \
        $(top_srcdir)/include/sys/zfs_ctldir.h \
@@ -62,6 +66,7 @@ COMMON_H = \
        $(top_srcdir)/include/sys/zfs_stat.h \
        $(top_srcdir)/include/sys/zfs_vfsops.h \
        $(top_srcdir)/include/sys/zfs_znode.h \
+       $(top_srcdir)/include/sys/zfs_vnops.h \
        $(top_srcdir)/include/sys/zil.h \
        $(top_srcdir)/include/sys/zil_impl.h \
        $(top_srcdir)/include/sys/zio_checksum.h \
@@ -71,9 +76,9 @@ COMMON_H = \
        $(top_srcdir)/include/sys/zrlock.h
 
 KERNEL_H = \
-       $(top_srcdir)/include/sys/blkdev.h \
        $(top_srcdir)/include/sys/zfs_ioctl.h \
        $(top_srcdir)/include/sys/zfs_onexit.h \
+       ${top_srcdir}/include/sys/zpl.h \
        $(top_srcdir)/include/sys/zvol.h
 
 USER_H =
@@ -86,6 +91,6 @@ libzfs_HEADERS = $(COMMON_H) $(USER_H)
 endif
 
 if CONFIG_KERNEL
-kerneldir = /usr/src/zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION)/sys
+kerneldir = /usr/src/zfs-$(VERSION)/include/sys
 kernel_HEADERS = $(COMMON_H) $(KERNEL_H)
 endif