mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +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
23 lines
303 B
Makefile
23 lines
303 B
Makefile
SUBDIRS = ia32 rpc sys util os
|
|
|
|
libspldir = $(includedir)/libspl
|
|
libspl_HEADERS = \
|
|
assert.h \
|
|
atomic.h \
|
|
libdevinfo.h \
|
|
libgen.h \
|
|
libshare.h \
|
|
limits.h \
|
|
locale.h \
|
|
statcommon.h \
|
|
stdio.h \
|
|
stdlib.h \
|
|
string.h \
|
|
stropts.h \
|
|
thread.h \
|
|
tzfile.h \
|
|
ucred.h \
|
|
umem.h \
|
|
unistd.h \
|
|
zone.h
|