]> git.proxmox.com Git - mirror_spl-debian.git/blob - include/util/Makefile.am
Imported Upstream version 0.6.4.1
[mirror_spl-debian.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