]> git.proxmox.com Git - mirror_zfs-debian.git/blob - include/sys/crypto/Makefile.am
New upstream version 0.7.2
[mirror_zfs-debian.git] / include / sys / crypto / Makefile.am
1 COMMON_H = \
2 $(top_srcdir)/include/sys/crypto/api.h \
3 $(top_srcdir)/include/sys/crypto/common.h \
4 $(top_srcdir)/include/sys/crypto/icp.h
5
6 KERNEL_H =
7
8 USER_H =
9
10 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
11
12 if CONFIG_USER
13 libzfsdir = $(includedir)/libzfs/sys/crypto
14 libzfs_HEADERS = $(COMMON_H) $(USER_H)
15 endif
16
17 if CONFIG_KERNEL
18 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/crypto
19 kernel_HEADERS = $(COMMON_H) $(KERNEL_H)
20 endif