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