]> git.proxmox.com Git - mirror_spl.git/blame - include/Makefile.am
Emulate illumos interface cv_timedwait_hires()
[mirror_spl.git] / include / Makefile.am
CommitLineData
d1142fbf 1SUBDIRS = fs linux rpc sharefs sys util vm
0c617c9a 2
d1142fbf 3COMMON_H =
099dc9c2 4
d1142fbf
BB
5KERNEL_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
14USER_H =
15
16EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
17
18if CONFIG_KERNEL
4a6d8d2c 19kerneldir = /usr/src/spl-$(VERSION)/include
d1142fbf
BB
20kernel_HEADERS = $(KERNEL_H)
21endif