]> git.proxmox.com Git - mirror_spl.git/blob - include/Makefile.am
Add mutex_enter_nested() which maps to mutex_lock_nested()
[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/strings.h \
9 $(top_srcdir)/include/unistd.h
10
11 USER_H =
12
13 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
14
15 if CONFIG_KERNEL
16 kerneldir = @prefix@/src/spl-$(VERSION)/include
17 kernel_HEADERS = $(KERNEL_H)
18 endif