mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
7513807320
There's no need to specify the srcdir explicitly in _HEADERS and EXTRA_DIST. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10493
48 lines
593 B
Makefile
48 lines
593 B
Makefile
SUBDIRS = dktp
|
|
|
|
libspldir = $(includedir)/libspl/sys
|
|
libspl_HEADERS = \
|
|
acl.h \
|
|
acl_impl.h \
|
|
callb.h \
|
|
cmn_err.h \
|
|
cred.h \
|
|
debug.h \
|
|
dkio.h \
|
|
dklabel.h \
|
|
feature_tests.h \
|
|
int_limits.h \
|
|
int_types.h \
|
|
inttypes.h \
|
|
isa_defs.h \
|
|
kmem.h \
|
|
kstat.h \
|
|
list.h \
|
|
list_impl.h \
|
|
mhd.h \
|
|
mkdev.h \
|
|
policy.h \
|
|
poll.h \
|
|
priv.h \
|
|
processor.h \
|
|
sha2.h \
|
|
simd.h \
|
|
stack.h \
|
|
stdtypes.h \
|
|
strings.h \
|
|
stropts.h \
|
|
sunddi.h \
|
|
systeminfo.h \
|
|
time.h \
|
|
trace_spl.h \
|
|
trace_zfs.h \
|
|
types32.h \
|
|
types.h \
|
|
tzfile.h \
|
|
uio.h \
|
|
va_list.h \
|
|
varargs.h \
|
|
vnode.h \
|
|
vtoc.h \
|
|
zone.h
|