]> git.proxmox.com Git - mirror_zfs.git/blame - include/Makefile.am
Bend zpl_set_acl to permit the new userns* parameter
[mirror_zfs.git] / include / Makefile.am
CommitLineData
006e9a40 1SUBDIRS = sys os
6283f55e
BB
2
3COMMON_H = \
75138073
AS
4 cityhash.h \
5 zfeature_common.h \
6 zfs_comutil.h \
7 zfs_deleg.h \
8 zfs_fletcher.h \
9 zfs_namecheck.h \
10 zfs_prop.h
6283f55e
BB
11
12USER_H = \
75138073
AS
13 libnvpair.h \
14 libuutil_common.h \
15 libuutil.h \
16 libuutil_impl.h \
17 libzfs.h \
1db9e6e4 18 libzfsbootenv.h \
75138073
AS
19 libzfs_core.h \
20 libzfs_impl.h \
21 libzutil.h \
22 thread_pool.h
6283f55e 23
6283f55e
BB
24if CONFIG_USER
25libzfsdir = $(includedir)/libzfs
26libzfs_HEADERS = $(COMMON_H) $(USER_H)
27endif
28
29if CONFIG_KERNEL
4d8e68c4 30if BUILD_LINUX
3cd33ffc 31kerneldir = @prefix@/src/zfs-$(VERSION)/include
c8f9061f 32kernel_HEADERS = $(COMMON_H)
6283f55e 33endif
4d8e68c4 34endif