]> git.proxmox.com Git - mirror_spl-debian.git/blame - include/sys/fs/Makefile.am
Imported Upstream version 0.6.4.1
[mirror_spl-debian.git] / include / sys / fs / Makefile.am
CommitLineData
d1142fbf
BB
1COMMON_H =
2
3KERNEL_H = \
4 $(top_srcdir)/include/sys/fs/swapnode.h
5
6USER_H =
7
8EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
9
10if CONFIG_KERNEL
10946b02 11kerneldir = @prefix@/src/spl-$(VERSION)/include/sys/fs
d1142fbf
BB
12kernel_HEADERS = $(KERNEL_H)
13endif