Linux 2.6.35 compat, const struct xattr_handler
[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
7 USER_H =
8
9 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
10
11 if CONFIG_USER
12 libzfsdir = $(includedir)/libzfs/linux
13 libzfs_HEADERS = $(COMMON_H) $(USER_H)
14 endif
15
16 if CONFIG_KERNEL
17 kerneldir = /usr/src/zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION)/linux
18 kernel_HEADERS = $(COMMON_H) $(KERNEL_H)
19 endif