summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
blob: 3200222dbb0ad4b375da8ed609086aae45c9edc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = fs linux rpc sharefs sys util vm

COMMON_H =

KERNEL_H = \
	$(top_srcdir)/include/splat-ctl.h \
	$(top_srcdir)/include/spl-ctl.h \
	$(top_srcdir)/include/strings.h \
	$(top_srcdir)/include/unistd.h

USER_H =

EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)

if CONFIG_KERNEL
kerneldir = @prefix@/src/spl-$(VERSION)/include
kernel_HEADERS = $(KERNEL_H)
endif