Add -p switch to "zpool get"
[zfs.git] / include / linux / Makefile.am
1 COMMON_H =
2
3 KERNEL_H = \
4         $(top_srcdir)/include/linux/dcache_compat.h \
5         $(top_srcdir)/include/linux/xattr_compat.h \
6         $(top_srcdir)/include/linux/vfs_compat.h \
7         $(top_srcdir)/include/linux/blkdev_compat.h
8
9 USER_H =
10
11 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
12
13 if CONFIG_USER
14 libzfsdir = $(includedir)/libzfs/linux
15 libzfs_HEADERS = $(COMMON_H) $(USER_H)
16 endif
17
18 if CONFIG_KERNEL
19 kerneldir = /usr/src/zfs-$(VERSION)/include/linux
20 kernel_HEADERS = $(COMMON_H) $(KERNEL_H)
21 endif