aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/fs/Makefile.am
blob: 581083e9c545bbd69cdb6e4405bf332b9a20d817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
COMMON_H =

KERNEL_H = \
	$(top_srcdir)/include/sys/fs/swapnode.h

USER_H =

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

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