]> git.proxmox.com Git - mirror_spl.git/blob - include/util/Makefile.am
Allow longer SPA names in stats
[mirror_spl.git] / include / util / Makefile.am
1 COMMON_H =
2
3 KERNEL_H = \
4 $(top_srcdir)/include/util/qsort.h \
5 $(top_srcdir)/include/util/sscanf.h
6
7 USER_H =
8
9 EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
10
11 if CONFIG_KERNEL
12 kerneldir = @prefix@/src/spl-$(VERSION)/include/util
13 kernel_HEADERS = $(KERNEL_H)
14 endif