]> git.proxmox.com Git - mirror_spl.git/blob - include/Makefile.am
Remove utsname() wrapper
[mirror_spl.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-trace.h \
10 $(top_srcdir)/include/strings.h \
11 $(top_srcdir)/include/unistd.h
12
13 USER_H =
14
15 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
16
17 if CONFIG_KERNEL
18 kerneldir = /usr/src/spl-$(VERSION)/include
19 kernel_HEADERS = $(KERNEL_H)
20 endif