]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - spl/include/sys/sysevent/Makefile.am
UBUNTU: SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
[mirror_ubuntu-zesty-kernel.git] / spl / include / sys / sysevent / Makefile.am
1 COMMON_H =
2
3 KERNEL_H = \
4 $(top_srcdir)/include/sys/sysevent/eventdefs.h
5
6 USER_H =
7
8 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
9
10 if CONFIG_KERNEL
11 kerneldir = @prefix@/src/spl-$(VERSION)/include/sys/sysevent
12 kernel_HEADERS = $(KERNEL_H)
13 endif