]> git.proxmox.com Git - mirror_zfs.git/blob - include/Makefile.am
Remove custom install-data-local for headers
[mirror_zfs.git] / include / Makefile.am
1 SUBDIRS = fs linux rpc sharefs sys util vm
2
3 COMMON_H =
4
5 KERNEL_H = \
6 $(top_srcdir)/include/splat-ctl.h \
7 $(top_srcdir)/include/spl-ctl.h \
8 $(top_srcdir)/include/spl-debug.h \
9 $(top_srcdir)/include/spl-device.h \
10 $(top_srcdir)/include/spl-trace.h \
11 $(top_srcdir)/include/strings.h \
12 $(top_srcdir)/include/unistd.h
13
14 USER_H =
15
16 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
17
18 if CONFIG_KERNEL
19 kerneldir = /usr/src/spl-$(SPL_META_VERSION)-$(SPL_META_RELEASE)/$(LINUX_VERSION)
20 kernel_HEADERS = $(KERNEL_H)
21 endif